1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Add a basic INSERT RETURNING test for the oo1.DB.exec() API.

FossilOrigin-Name: d29d62cf7658aeb49f3c8a5d0b0809d945ebc9b79379a255eb88f771d2a2c430
This commit is contained in:
stephan
2023-05-19 16:12:06 +00:00
parent 2492b6c0fb
commit 416aeb16ee
4 changed files with 21 additions and 13 deletions

View File

@ -783,7 +783,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
should return:
A) The default value is (usually) `"this"`, meaning that the
DB object itself should be returned. The exceptions is if
DB object itself should be returned. The exception is if
the caller passes neither of `callback` nor `returnValue`
but does pass an explicit `rowMode` then the default
`returnValue` is `"resultRows"`, described below.