mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 09:04:19 +01:00
javascript: Fix Statement.get() for boundary values
This commit is contained in:
@@ -334,7 +334,7 @@ test.serial("Statement.get() [raw]", async (t) => {
|
||||
t.deepEqual(stmt.raw().get(1), [1, "Alice", "alice@example.org"]);
|
||||
});
|
||||
|
||||
test.skip("Statement.get() values", async (t) => {
|
||||
test.serial("Statement.get() values", async (t) => {
|
||||
const db = t.context.db;
|
||||
|
||||
const stmt = db.prepare("SELECT ?").raw();
|
||||
|
||||
Reference in New Issue
Block a user