Skip to content

Commit

Permalink
Preparation for 2.1.0 release (#381)
Browse files Browse the repository at this point in the history
* Update dependencies to SDK 3.6.4

* Fixup index so that it works with modern CB keyspaces
  • Loading branch information
jeffrymorris authored Nov 12, 2024
1 parent 8a59c4b commit 3889f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/Couchbase.Linq.IntegrationTests/AnyAllTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public async Task AnyNestedArrayWithFilter_UsesArrayIndex()
var context = new BucketContext(TestSetup.Bucket);

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

// It can't be automatically created currently because the bucket manager
// doesn't support creating array or function-based indexes, only plain attribute indexes
Expand Down
2 changes: 1 addition & 1 deletion Src/Couchbase.Linq/Couchbase.Linq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CouchbaseNetClient" Version="3.5.5" />
<PackageReference Include="CouchbaseNetClient" Version="3.6.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Remotion.Linq" Version="2.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 3889f9b

Please sign in to comment.