diff options
author | stephan <stephan@noemail.net> | 2023-05-10 21:08:01 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-05-10 21:08:01 +0000 |
commit | 0c7bcf4c0eb23ee61a4088ff32d7984e36f877e2 (patch) | |
tree | ce2ab7d19decfdbc72c66e4aa64944740e4a6199 /ext/wasm/api/sqlite3-api-oo1.js | |
parent | 161f742856aa54724e9b692069440cc0dd902c61 (diff) | |
download | sqlite-0c7bcf4c0eb23ee61a4088ff32d7984e36f877e2.tar.gz sqlite-0c7bcf4c0eb23ee61a4088ff32d7984e36f877e2.zip |
Doc typo fix. No code changes.
FossilOrigin-Name: e841b142f583e49350c7cdd14dc4da72434cc67c7b521ae741e03e37e785d7e0
Diffstat (limited to 'ext/wasm/api/sqlite3-api-oo1.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-oo1.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/wasm/api/sqlite3-api-oo1.js b/ext/wasm/api/sqlite3-api-oo1.js index faf66e1ae..1f244a7c5 100644 --- a/ext/wasm/api/sqlite3-api-oo1.js +++ b/ext/wasm/api/sqlite3-api-oo1.js @@ -1844,8 +1844,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ Object.defineProperty(DB.prototype, 'pointer', prop); } /** - A Stmt's columntCount property is an interceptor for - sqlite3_column_count(). + Stmt.columnCount is an interceptor for sqlite3_column_count(). This requires an unfortunate performance hit compared to caching columnCount when the Stmt is created/prepared (as was done in |