Skip to content

use sqlite3.h from trunk when building with sqlite_trunk and report s…#141

Merged
oxtoacart merged 1 commit intomainfrom
percy/corp37997-2
Mar 4, 2026
Merged

use sqlite3.h from trunk when building with sqlite_trunk and report s…#141
oxtoacart merged 1 commit intomainfrom
percy/corp37997-2

Conversation

@oxtoacart
Copy link
Contributor

…qlite3 version

When building with tag sqlite3_trunk, we now use sqlite3_trunk.h instead of the sqlite3.h from the released version.

We now also report the SQLite version and version number via SQLiteVersion() and SQLiteVersionNumber().

Updates tailscale/corp#37997

@oxtoacart oxtoacart requested a review from knyar March 4, 2026 17:30
import "testing"

func TestSQLiteVersion(t *testing.T) {
want := "3.51.2"
Copy link
Member

Choose a reason for hiding this comment

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

Could be const here and below.

…qlite3 version

When building with tag `sqlite3_trunk`, we now use `sqlite3_trunk.h` instead of the `sqlite3.h` from
the released version.

We now also report the SQLite version and version number via `SQLiteVersion()` and `SQLiteVersionNumber()`.

Updates tailscale/corp#37997

Signed-off-by: Percy Wegmann <percy@tailscale.com>
@oxtoacart oxtoacart force-pushed the percy/corp37997-2 branch from ecf0861 to ea3aabf Compare March 4, 2026 18:07
@oxtoacart oxtoacart merged commit 6aefa1d into main Mar 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants