2.0.0 Developer Build #13
Pre-release
Pre-release
Notable Changes
- Queries can now make use of
Limit()
andOffset()
- The internal synching mechanism has been altered in a breaking way. With this release you need to use Sync Gateway 1.5.0-477 or higher.
SelectResult
can now useAs
to create an alias for that particular column- Columns can now be accessed by key instead of just by index (by default the key is the last element of the property name that was selected [e.g. contact.address.city -> city], or an arbitrary 1-based index string $1, $2, $3, etc for rows that are not based on a property such as min, sum, etc. If an alias is provided, that will be used instead)
- Corrected a silly spelling mistake (
Support.NetDestkop
->Support.NetDesktop
) - Removed
DocumentID
,Document
, etc fromIQueryRow
and useIResult
instead (see docs\examples\Program.cs for how to get the Document or ID, butDocument
might make a comeback before GA)
For more detailed notes about this release, see this document and for an API reference, see this page.
To get this build from Nuget, add this URL to your package sources:
http://mobile.nuget.couchbase.com/nuget/Developer/
To get symbols for this build add this URL to your symbol server list:
http://mobile.nuget.couchbase.com/symbols/Developer/