File tree Expand file tree Collapse file tree
Couchbase.Linq.IntegrationTests Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments