Skip to content

Sqlite update#5817

Merged
Sukairo-02 merged 22 commits into
rc4from
sqlite-update
May 27, 2026
Merged

Sqlite update#5817
Sukairo-02 merged 22 commits into
rc4from
sqlite-update

Conversation

@Sukairo-02
Copy link
Copy Markdown
Collaborator

@Sukairo-02 Sukairo-02 commented May 27, 2026

  • Removed RQBv1 from sqlite, removed RQBv1 TSchema, TFullSchema arguments from sqlite entities' generics
  • Fixed instances of sqlite query errors not being wrapped in DrizzleQueryError (db.batch() excluded due to api incompatibility)
  • Fixed type error on CockroachArrayBuilder constructor caused by referencing internal field's type
  • Removed mapResult method from PreparedQuery interface, removed mapResult, mapBatchResult from pg and sqlite raw queries
  • Fixed wrong bun-sqlite run result type
  • Switched sqlite RQBv2 to array mode
  • Enabled optimized default query mappers for sqlite
  • Reworked sqlite sessions: replaced per-driver PreparedQuery instances with executors passed via sessions, similar to current postgresql and mysql implementations, moved useJitMappers flag handling to dialect

dankochetov and others added 22 commits May 25, 2026 17:54
…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
…()`, returned empty response guard to `op-sqlite` `db.all()`, reverted `db.run()` response destructuring and fixed `db.values()` in `expo-sqlite`
@Sukairo-02 Sukairo-02 merged commit 0d1beb6 into rc4 May 27, 2026
22 checks passed
@Sukairo-02 Sukairo-02 deleted the sqlite-update branch May 27, 2026 21:55
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