index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sqllimits1.test
Commit message (
Expand
)
Author
Age
*
Fix a test case in sqllimits1.test so that it works with the Apple
drh
2024-12-19
*
Increase the minimum SQLITE_LENGTH_LIMIT from 1 to 30 to avoid problems doing
drh
2024-11-08
*
Fix testcase to account for new behaviors with this branch.
drh
2024-03-14
*
Bring test cases into alignment with the latest enhancements.
drh
2024-02-07
*
Update sqllimits1.test to account for the fact that if an odd value is specif...
dan
2023-01-28
*
Extra test for SQLITE_MAX_COMPOUND_SELECT.
dan
2022-08-15
*
Update sqllimits1.test to account for recent changes to SQL function strftime().
dan
2021-11-05
*
Update a test case in sqllimits1.test to account for the updated implementa...
dan
2021-11-05
*
Avoid allocating oversized column names in the sqllimit1.test module.
drh
2021-06-14
*
Fix a problem caused by a small SQLITE_LIMIT_LENGTH value and a CREATE TABLE ...
dan
2019-04-09
*
Fix an obscure memory leak found by libfuzzer that may occur under some circu...
dan
2015-11-21
*
Fix sqlilimits.test module so that it knows that the SELECT in a CREATE VIEW
drh
2015-09-18
*
Clearification of some documentation text. Added requirements marks.
drh
2015-03-06
*
Fix up test cases to account for the new SQLITE_LIMIT_WORKER_THREADS limit.
drh
2014-10-08
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Adjust a couple of test scripts so that they work with OMIT_UTF16 builds.
dan
2011-07-04
*
Improved handling of oversize string and blob errors. Other simplifications
drh
2009-06-25
*
Enable the SQLITE_LIMIT_FUNCTION_ARG limiter. (CVS 6753)
drh
2009-06-12
*
Increased test coverage. (CVS 5414)
drh
2008-07-15
*
Remove unused code. Test coverage enhancements. Modify the algorithm used
drh
2008-07-10
*
Tests for SQLITE_LIMIT_LENGTH enforcement in sqlite3_bind. (CVS 5369)
drh
2008-07-08
*
Add out-of-range tests on the first parameter to sqlite3_limit().
drh
2008-04-15
*
Bug fix in the newly revised sqllimit1.test script. (CVS 4908)
drh
2008-03-22
*
In the sqlite3_limit() interface, take out the feature where zero means
drh
2008-03-20
*
Reinstate test cases for the limit tests. The sqlite3_limit() API is now
drh
2008-03-20
*
Fix assertion fault in sqllimits1.test encountered when auto_vacuum is
drh
2008-01-31
*
Changes to lemon to generate additional comments in the output file and
drh
2008-01-22
*
Improved test coverage in date.c. Report an error if a malloc
drh
2008-01-17
*
When SQLITE_MAX_SQL_LENGTH is 0, disable the limit. Make the default 0.
drh
2007-12-17
*
Add the {quote: StrAccum} object
drh
2007-11-28
*
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...
danielk1977
2007-10-09
*
Throw an error on an attempt to open a database where the page
drh
2007-09-06
*
In sqllimits1.test, set MAX_SQL_LENGTH to a value smaller than MAX_LENGTH. (C...
danielk1977
2007-09-03
*
Remove an unreachable case from xferOptimization(). Also other minor test cov...
danielk1977
2007-09-03
*
Fix a bug in jrnlTruncate(). And other coverage improvements. (CVS 4367)
danielk1977
2007-09-01
*
Remove the syncOk argument to pager_recycle. Now that sqlite3_memory_release ...
danielk1977
2007-09-01
*
Test sqlite3_bind_zeroblob(). Only include sqlite3Utf8To8 in builds if SQLITE...
danielk1977
2007-09-01
*
Call sqlite3OsDlError to obtain error information after DlOpen or DlSym fail....
danielk1977
2007-09-01
*
Allow sqllimits1.test to be run from a regular build of testfixture. Add the ...
danielk1977
2007-08-31
*
Make sure zeroblob does reasonable things with a negative argument or
drh
2007-06-07
*
Fix an error in test file sqllimits1.test that was causing a test to fail whe...
danielk1977
2007-06-07
*
Another test for overflow in strftime(). It was not broken. (CVS 3969)
danielk1977
2007-05-10
*
Add code to enforce the MAX_EXPR_DEPTH limit. (CVS 3968)
danielk1977
2007-05-10
*
Fix an obscure cache corruption that could occur after an SQLITE_FULL error. ...
danielk1977
2007-05-09
*
Add further test cases for compile time limits. (CVS 3963)
danielk1977
2007-05-09
*
Fix enforcement of the LIKE_PATTERN limit. (CVS 3962)
danielk1977
2007-05-09
*
Add a few more tests to sqllimit1.test. (CVS 3954)
danielk1977
2007-05-08
*
Add a test case that uses a trigger to insert many rows to sqllimits1.test. (...
danielk1977
2007-05-08
*
Add new test file sqllimits1.test. (CVS 3952)
danielk1977
2007-05-08