Do not limit the trigger recursion depth when SQLITE_SMALL_STACK is defined
since trigger recursion uses the heap, not the stack.
FossilOrigin-Name:
bd443f39a947ae84d39437ff97c12a62754b5e42
Add a comment related to code coverage. No changes to code.
FossilOrigin-Name:
6bdc2c99571c4effe47bc68fcab371dfb350d62a
Fix a typo on the ynVar typedef that unfortunately caused 3.6.20 to be
released with a "bug" that causes excess memory usage for Expr objects.
This bug should be benign in the sense that the correct answer is still
always obtained - it only uses more more memory than is really necessary.
FossilOrigin-Name:
f1c09acaca3e205acf5b077c9b2d0fe35f035c1e
Do not accept a codec no an in-memory database.
FossilOrigin-Name:
6f3081a8e52beca177ff708a0879d9fef7519766