Home
last modified time | relevance | path

Searched refs:xfer (Results 1 – 9 of 9) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-worker1.js366 xfer: [], property
518 db._blobXfer = wState.xfer;
533 }, wState.xfer);
589 wState.xfer.push(response.byteArray.buffer);
650 }, wState.xfer);
/sqlite-3.40.0/test/
H A Dtkt-f67b41381a.test33 foreach {tn tbls xfer} {
55 do_test 2.$tn [list set res] $xfer
H A Dinsert4.test330 # Disable the xfer optimization if the destination table contains
390 # Make sure INTEGER PRIMARY KEY ON CONFLICT ... works with the xfer
570 # Check that running an integrity-check does not disable the xfer
608 # xfer transfer between tables where the source has an empty partial index.
H A Dhook.test525 # 7.1.2.1 does not use the xfer optimization. 7.1.2.2 does.
968 # the xfer optimization on without rowid tables.
H A Dreturning1.test366 # RETURNING with the xfer optimization
H A Dwithout_rowid1.test181 # Unless the destination table is completely empty, the xfer optimization
H A Dwith2.test257 # Check that adding a WITH clause to an INSERT disables the xfer
H A Dautoinc.test673 # Make sure autoincrement plays nicely with the xfer optimization
H A Dwithout_rowid3.test2096 # xfer optimization.