This commit is contained in:
Ryan CrawCour 2015-08-06 14:03:52 -07:00
Родитель 6956c83fc3
Коммит 929779c377
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -12,12 +12,12 @@
- Dependency on Newtonsoft.Json v5.0.7
- Changes to support Order By
- Support for string range indexes
Allows you to do range operations on string fields. Like WHERE c.stringfield > "something"
- Breaking change in IndexingPolicy to support Order By
If you have existing code that provisions collections with a custom indexing policy then your existing code will need to be updated to support the new IndexingPolicy class
If you have no custom indexing policy, then this change does not affect you.
Allows you to do range operations on string fields. E.g. WHERE c.stringfield > "something"
- LINQ provider support for OrderBy() or OrderByDescending()
- **Breaking changes**
- IndexingPolicy to support Order By
If you have existing code that provisions collections with a custom indexing policy, then your existing code will need to be updated to support the new IndexingPolicy class. If you have no custom indexing policy, then this change does not affect you.
## Changes in 1.1.0 : ##
- Support for partitioning data by using the new HashPartitionResolver and RangePartitionResolver classes and the IPartitionResolver
- DataContract serialization