Sqlite update#5817
Merged
Merged
Conversation
…ch`(non-main), same-repo PRs, and fork PRs to the feature pipeline; gate the `release` job (which holds `id-token: write`) to `workflow_dispatch` so PR and push events never publish or mint OIDC; run external-DB tests on the dispatch publish path
…, removed RQBv1 from SQLite; [Internal] removed `mapResult` from generic `PreparedQuery`, removed unused `cacheConfig`s from builders; fixed `cockroach` internal type error that appeared in built version due to linked internal type in array column constructor; fixed `mysql` update passing `insert` type in query metadata
…`workflow_dispatch` (drop the `push` trigger), and bump expired `skipIf` postpones to 2026-06-20
…, `count` no longer use `.get()` due to mapping logic conflicts
…le-orm into sqlite-update
…n client when called from transaction
…properly with mocks
…()`, returned empty response guard to `op-sqlite` `db.all()`, reverted `db.run()` response destructuring and fixed `db.values()` in `expo-sqlite`
…to sqlite-update
…o sqlite-update
This file contains hidden or 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
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.
sqlite, removed RQBv1TSchema,TFullSchemaarguments fromsqliteentities' genericssqlitequery errors not being wrapped inDrizzleQueryError(db.batch()excluded due to api incompatibility)CockroachArrayBuilderconstructor caused by referencing internal field's typemapResultmethod fromPreparedQueryinterface, removedmapResult,mapBatchResultfrompgandsqliteraw queriesbun-sqliterun result typesqliteRQBv2 to array modesqlitesqlitesessions: replaced per-driverPreparedQueryinstances with executors passed via sessions, similar to currentpostgresqlandmysqlimplementations, moveduseJitMappersflag handling to dialect