Skip to content

Conversation

@MxKevinBeqo
Copy link
Contributor

@MxKevinBeqo MxKevinBeqo commented Jan 12, 2026

Description

Minor version update for OPSqlite, which includes 16kb pages alignment for vector search lib; update gradle. build yaml and patch file for this opsqlite version.

This PR contains

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Dependency Upgrade(s) (add versions)
  • Other: Opsqlite 16kb alignment

What should be covered while testing?

Testing the build and 16kb alignment using this template.

@MxKevinBeqo MxKevinBeqo self-assigned this Jan 12, 2026
@MxKevinBeqo MxKevinBeqo added the dependencies Pull requests that update a dependency file label Jan 12, 2026
@github-actions github-actions bot added the missing-docs-pr Indicates that the current PR does not reference a corresponding documentation PR label Jan 12, 2026
@github-actions
Copy link
Contributor

Hi @MxKevinBeqo, please add a link to the corresponding docs PR in the description. If documentation update is not required for this PR, you can add a comment with 'skip-docs-check' to skip this check.

@MxKevinBeqo
Copy link
Contributor Author

skip-docs-check

@github-actions github-actions bot removed the missing-docs-pr Indicates that the current PR does not reference a corresponding documentation PR label Jan 12, 2026
use_crsqlite = false
use_sqlcipher = false
-use_crsqlite = false
+use_crsqlite = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be use_sqlcipher = true and use_crsqlite = false

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, thanks :)

uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are still on Java 17, can we revert this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants