mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Doc typo fix. No code changes.
FossilOrigin-Name: e841b142f583e49350c7cdd14dc4da72434cc67c7b521ae741e03e37e785d7e0
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user