]> git.ipfire.org Git - thirdparty/sqlite.git/log
thirdparty/sqlite.git
15 years agoDo not limit the trigger recursion depth when SQLITE_SMALL_STACK is defined shunning-error
drh [Thu, 5 Nov 2009 17:27:24 +0000 (17:27 +0000)] 
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

15 years agoAdd a comment related to code coverage. No changes to code.
drh [Thu, 5 Nov 2009 16:29:05 +0000 (16:29 +0000)] 
Add a comment related to code coverage.  No changes to code.

FossilOrigin-Name: 6bdc2c99571c4effe47bc68fcab371dfb350d62a

15 years agoFix a typo on the ynVar typedef that unfortunately caused 3.6.20 to be
drh [Wed, 4 Nov 2009 23:02:52 +0000 (23:02 +0000)] 
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

15 years agoDo not accept a codec no an in-memory database.
drh [Wed, 4 Nov 2009 21:49:51 +0000 (21:49 +0000)] 
Do not accept a codec no an in-memory database.

FossilOrigin-Name: 6f3081a8e52beca177ff708a0879d9fef7519766