-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CBL-6737: Merge branch 'release/3.2' to the master branch #2224
Open
jianminzhao
wants to merge
16
commits into
master
Choose a base branch
from
cbl-6737
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: Ibc0efec8cff9eea29d1fbbfb087e931f92e09fa1
…essage (#2178) We enhanced the error by adding to the original message, "This table is referenced by an array index, which may have been deleted." * We also enhanced the error message of FTS index in the similar situation.
#2214) * CBL-6651: createIndex doesn't support creating partial index with N1QL language Extended IndexSpec to allow the where clause when the query langugage is N1QL. We put it in IndexSpec::options. In this commit, we only do it for ValueIndex and FTSIndex. With JSON query language, the where clause can be either in the new option or in IndexSpec::expression together with the what clause. With N1QL query language, the where clause has to be in the field of IndexSpec, and IndexSpec::expression contains only the what clause. This commit is to get ready for C4IndexOptions
Added field "where" to C4IndexOptions and implemented it.
The removal of restriction of "LIMIT > 0" matches that in 4.0 line.
* CBL-6534: Fix expiration column upgrade (#2195) Co-authored-by: jianminzhao <[email protected]>
#2220) * CBL-6671: Options of FTS partial index is not fully encoded in the SQLite table when it is registered 1. Bumped Schema version. 2. In the new version, added a column, whereClause, to table indexes. 3. Upgrade the tables in previous version to include the new column 4. IndexSpec::whereClause is registered in table "indexes" by the new column. 5. c4index_getOptions will have "where" passed in with C4IndexOptions. 6. Tests of the above.
jianminzhao
changed the title
Cbl 6737
CBL-6737: Merge branch 'release/3.2' to the master branch
Feb 6, 2025
Code Coverage Results:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.