Skip to content

Commit 32b130f

Browse files
willbroadbeltdnault
authored andcommitted
SCBC-487: Ensure flexIndex TransactionsQueryOption is passed into CoreOptions
The flexIndex option is now passed into the CoreQueryOptions so the value is now honoured. Change-Id: I22ab0bef9d8ba9a871f4b8b12b4a2e9d0c2b4fff Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/227982 Tested-by: Build Bot <[email protected]> Reviewed-by: <[email protected]> Reviewed-by: Graham Pople <[email protected]> (cherry picked from commit 71b4024) Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/228349 Reviewed-by: Will Broadbelt <[email protected]>
1 parent 5524d7c commit 32b130f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scala-client/src/main/scala/com/couchbase/client/scala/transactions/TransactionQueryOptions.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ case class TransactionQueryOptions private (
217217
adhoc,
218218
deferredException,
219219
None,
220-
raw
220+
raw,
221+
flexIndex
221222
)
222223
converted.toCore
223224
}

0 commit comments

Comments
 (0)