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:
@ -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.
|
||||
|
Reference in New Issue
Block a user