Skip to content

Add insertion tests for WAL mode fixed in sqflite_android v2.4.2+3#1205

Merged
alextekartik merged 2 commits intotekartik:masterfrom
absar:wal-android-fixes
Mar 9, 2026
Merged

Add insertion tests for WAL mode fixed in sqflite_android v2.4.2+3#1205
alextekartik merged 2 commits intotekartik:masterfrom
absar:wal-android-fixes

Conversation

@absar
Copy link
Contributor

@absar absar commented Mar 8, 2026

Add insertion tests for WAL mode fixed in sqflite_android v2.4.2+3, which were also failing before fixed version.
These are also important since insert returns row id based on the type of primary key in two ways:

  • Table with INTEGER PRIMARY KEY it returns the same primary key value as rowid
  • Table with any other type of primary key or with no primary key, it returns internal rowid

@alextekartik alextekartik merged commit c08f96e into tekartik:master Mar 9, 2026
15 of 16 checks passed
@absar absar deleted the wal-android-fixes branch March 9, 2026 00:29
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.

2 participants