summaryrefslogtreecommitdiff
path: root/jstests/core/collation.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-24621 make find command min/max respect the collationDavid Storch2016-07-291-33/+88
|
* SERVER-24534 Add tests for cloning collections w/ non-simple collations.Max Hirschhorn2016-07-271-0/+86
| | | | | | Tests that the "cloneCollection", "cloneCollectionAsCapped", "convertToCapped", and "copydb" commands inherit the default collation of the corresponding collection.
* SERVER-25136 allow index types which do not support collation on a ↵David Storch2016-07-201-0/+15
| | | | | | | collection with a non-simple default collation The application must use {locale: "simple"} to override the default in this case.
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-9/+167
|
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-051-2/+176
|
* SERVER-24405 enable collation.js in sharding passthrough suitesDavid Storch2016-06-221-16/+22
|
* SERVER-23690 Make applyOps command use the collection default collationTess Avitabile2016-06-221-0/+20
|
* SERVER-24279 Properly add sort when index does not respect query collation.David Hatch2016-06-171-0/+46
|
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-151-2/+12
| | | | | This will ensure downgrade fails after creating collections or indices with a non-simple collation.
* SERVER-23611 Collection-default jstests for collation-aware opsJ. Rassi2016-06-131-59/+456
|
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-101-7/+26
| | | | | | | | | | | Also add an fassert() which trips if the icu::Collator attached to a collection or index has a version string which does not match the version string persisted in the catalog. This will ensure that the icu::Collator always matches the collator used when the index was initially constructed. The collation's version string is simply the ICU release number. All collations should currently be version 57.1.
* SERVER-23611 Add collation tests for non-existent collectionsJ. Rassi2016-06-061-40/+162
|
* Fixed lint after rename collation_shell_helpers.js to collation.jsTess Avitabile2016-06-061-10/+5
|
* Rename collation_shell_helpers.js to collation.jsTess Avitabile2016-06-061-0/+963