1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Resolve the JS-side corner case reported in [forum:7774b773937cbe0a | forum post 7774b773937cbe0a] by not caching oo1.Stmt.columnCount.

FossilOrigin-Name: c3d25c3a25e79e01c4ad0cf11f7dc3b0fb1932f3bcd04935a728ef62f7e07cf1
This commit is contained in:
stephan
2023-05-10 21:06:02 +00:00
parent 28f4e7b286
commit 161f742856
5 changed files with 91 additions and 46 deletions

View File

@@ -156,7 +156,6 @@
}
};
/**
This is a module object for use with the emscripten-installed
sqlite3InitModule() factory function.