Skip to content

Commit 3889f9b

Browse files
authored
Preparation for 2.1.0 release (#381)
* Update dependencies to SDK 3.6.4 * Fixup index so that it works with modern CB keyspaces
1 parent 8a59c4b commit 3889f9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Src/Couchbase.Linq.IntegrationTests/AnyAllTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public async Task AnyNestedArrayWithFilter_UsesArrayIndex()
3333
var context = new BucketContext(TestSetup.Bucket);
3434

3535
// This test requires the following index:
36-
// CREATE INDEX brewery_address ON `beer-sample` (DISTINCT ARRAY x FOR x IN address END) WHERE type = 'brewery'
36+
// CREATE INDEX brewery_address ON `beer-sample`.`_default`.`_default` (DISTINCT ARRAY x FOR x IN address END) WHERE type = 'brewery'
3737

3838
// It can't be automatically created currently because the bucket manager
3939
// doesn't support creating array or function-based indexes, only plain attribute indexes

Src/Couchbase.Linq/Couchbase.Linq.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="CouchbaseNetClient" Version="3.5.5" />
34+
<PackageReference Include="CouchbaseNetClient" Version="3.6.4" />
3535
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3636
<PackageReference Include="Remotion.Linq" Version="2.2.0" />
3737
</ItemGroup>

0 commit comments

Comments
 (0)