Closed calccrypto closed 2 years ago
This was what #89 was supposed to be, but there were no performance improvements. Leaving this here in case we want to go back to it again.
This won't work because prepared statements are recompiled after a schema change, such as when an index db.db is attached.
https://github.com/sqlite/sqlite/blob/3e4195c60db744c69bb24e71236631a80f2ef547/src/prepare.c#L876-L912
This was what #89 was supposed to be, but there were no performance improvements. Leaving this here in case we want to go back to it again.