Skip to content

Truncate indexed fields in table rows if length too long

Compare
Choose a tag to compare
@rsinger rsinger released this 23 Jul 19:22
· 203 commits to master since this release

Mongo 2.6 introduced stricter index length validation. This release will attempt to save a table row document, and if an exception is thrown, will truncate all of the index fields that exceed 1024 - length of index name bytes.