mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
### 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>
47 lines
494 B
Plaintext
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,
|
|
],
|
|
]
|
|
`;
|