Skip to content

2.0.0 Developer Build #13

Pre-release
Pre-release
Compare
Choose a tag to compare
@borrrden borrrden released this 26 Jul 21:47
· 1527 commits to master since this release
2.0.0-db013

Notable Changes

  • Queries can now make use of Limit() and Offset()
  • 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 use As 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 from IQueryRow and use IResult instead (see docs\examples\Program.cs for how to get the Document or ID, but Document 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/