Aravind Krishna R
bb2862569a
upgrade, change keys to emulator defaults
2018-11-30 11:15:37 -08:00
Matt Soucoup
97d240f3c2
Misc commites
2018-03-26 12:30:31 -05:00
Aravind Krishna R
877a746d6d
UDF for RID parsing
...
Usage:
SELECT TOP 10 VALUE udf.ROW_ID(c) from c
[1,
2,
3,
4,
5,
6,
7,
8,
9,
10]
SELECT VALUE udf.ROW_ID(c) FROM c WHERE udf.ROW_ID(c) >= 1000 AND udf.ROW_ID(c) < 1005
[1000,
1001,
1002,
1003,
1004]
SELECT VALUE r.rid FROM (SELECT udf.ROW_ID(c) AS rid FROM c) r WHERE r.rid >= 1000 and r.rid < 1005
2018-02-15 14:12:34 -08:00
Igor Sychev
0717c9a3be
1.17 package version
2017-08-24 13:09:42 +03:00
IgorSychev
53947c1b8c
update documentdb client to 1.15
2017-08-24 13:09:42 +03:00
igorsych
edc9d7783b
update documentdb client to 1.14 from multiple different previous versions.
...
fixed 2 build issues
newtonsoftjson 7.0.1-beta replaced by stable 7.0.01
2017-08-24 13:09:25 +03:00
Aravind Ramachandran
c017566fb5
move to SDK 1.13.1
2017-04-03 05:40:56 -07:00
arramac
ddfec24614
add LINQ aggregates
2017-03-13 22:10:01 -07:00
igorsych
8e64a5a09f
update projects to latest sdk 1.12
2017-03-13 21:30:43 +03:00
arramac
4ff6bea6e5
merge
2017-02-09 17:01:19 -08:00
arramac
f3c6a717b9
remove database cleanup
2017-02-09 16:43:11 -08:00
arramac
fc16687ec7
remove cleanup
2017-02-08 23:32:14 -08:00
arramac
2c55597267
upgrade to 1.11.0
2016-12-10 12:24:42 -08:00
arramac
fcf23d134f
Add polygon indexing support + update SDK version to 1.10.0
2016-10-25 15:45:05 -07:00
Jesse Benson
1571791181
Fix minor typos.
2016-10-03 17:44:44 -07:00
Oliver Lohmann
dd39b71bdb
#144 Fix to remove old NuGet package imports in csproj files.
2016-08-18 16:23:34 +02:00
arramac
95521ff51a
Move to 1.9.2
2016-08-14 18:21:30 -07:00
arramac
1664080f04
Move to new SDK 1.9.2
2016-08-12 13:35:59 -07:00
arramac
ec4aaacc4d
Update for 1.6.1
2016-03-29 23:25:26 -07:00
arramac
30c003a995
More fixes
2016-03-28 12:37:17 -07:00
arramac
68a3a8dbad
Merge branch 'master' of https://github.com/Azure/azure-documentdb-dotnet
2016-03-16 19:57:26 -07:00
arramac
e61770fe23
Partitioned collections changes
2016-03-16 16:02:44 -07:00
unknown
382df882f4
updated samples to use latest NuGet package
2015-11-23 16:19:04 -08:00
unknown
635b26597b
migrated MSBuild-Integrated solutions to use Automatic Package Restore
2015-09-10 10:23:15 -07:00
Aravind Ramachandran
58d740dde9
Merge pull request #52 from arramac/master
...
Add new LINQ samples
2015-09-03 15:35:58 -07:00
arramac
e1b995aa18
Merge branch 'master' of github.com:arramac/azure-documentdb-net
...
Conflicts:
samples/code-samples/Queries/Program.cs
2015-09-03 14:48:00 -07:00
arramac
71794be832
merge
2015-09-03 14:30:13 -07:00
Michael Teper
57c8cbd09b
Fixed trigger deletion
2015-09-01 13:23:03 -07:00
unknown
ec647f2481
update to SDK 1.4.0
2015-08-12 17:47:36 -07:00
arramac
8762903c08
Update to 1.3.0
2015-08-05 16:21:16 -07:00
arramac
65de2b5f73
Move to 1.2.0; add order by
2015-07-04 14:51:34 -07:00
arramac
87fff65f6d
Move to SDK 1.3.0 - use new IndexingPolicy
2015-06-25 12:58:23 -07:00
ryancrawcour
20a8662dbe
reverted to SDK 1.1
2015-06-04 11:44:08 -07:00
ryancrawcour
fd036405a7
refactor of samples
2015-06-01 15:58:16 -07:00