Commit Graph

4 Commits

Author SHA1 Message Date
drh
c599533149 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
2009-11-05 17:27:24 +00:00
drh
8b26203c2f Add a comment related to code coverage. No changes to code.
FossilOrigin-Name: 6bdc2c99571c4effe47bc68fcab371dfb350d62a
2009-11-05 16:29:05 +00:00
drh
d3362204c4 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
2009-11-04 23:02:52 +00:00
drh
74120f0205 Do not accept a codec no an in-memory database.
FossilOrigin-Name: 6f3081a8e52beca177ff708a0879d9fef7519766
2009-11-04 21:49:51 +00:00