Files
bun.sh/test/js/sql/__snapshots__/sqlite-sql.test.ts.snap
Alistair Smith 784271f85e SQLite in Bun.sql (#21640)
### What does this PR do?

Support sqlite in the Bun.sql API

Fixes #18951
Fixes #19701

### How did you verify your code works?

tests

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-08-19 23:15:53 -07:00

47 lines
494 B
Plaintext

// Bun Snapshot v1, https://bun.sh/docs/test/snapshots
exports[`Query Normalization Fuzzing Tests Result Modes values() mode works with PRAGMA commands 1`] = `
[
[
0,
"type",
"TEXT",
0,
null,
0,
],
[
1,
"name",
"TEXT",
0,
null,
0,
],
[
2,
"tbl_name",
"TEXT",
0,
null,
0,
],
[
3,
"rootpage",
"INT",
0,
null,
0,
],
[
4,
"sql",
"TEXT",
0,
null,
0,
],
]
`;