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