aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteLimit.h
Commit message (Expand)AuthorAge
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Fix a crash that could occur in SQLITE_MAX_EXPR_DEPTH=0 builds when processin...dan2020-08-20
* Increase the default upper bound on the number of parameters in a singledrh2020-02-12
* Begin enforcing the SQLITE_LIMIT_VDBE_OP. The documentation warned that thisdrh2017-03-17
* Update a requirement mark. No changes to code.drh2016-03-23
* Change the default cache_size to -2000 (which means 2000*1024 bytesdrh2016-03-04
* Change the default page size for new database files to 4096 (from 1024).drh2016-03-04
* Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirementsdrh2015-02-27
* New requirements marks and a few new test cases to go with them. No changesdrh2015-02-27
* Refactoring the mmap interface. The controlling pragma is now "mmap_size"drh2013-04-15
* Disable the use of memory-mapped I/O if the SQLITE_DISABLE_MMAP macro isdrh2013-04-08
* Fix a bug in the detection of iOS when setting the default mmap_limit.drh2013-04-03
* Change the mmap_limit pragma to report the new limit, or to report thedrh2013-04-03
* Fix the build for Mac.drh2013-04-02
* Proposed template preprocessor magic for activating mmap only on platformsdrh2013-04-02
* Memory-mapped I/O is now on by default. The "PRAGMA mmap_limit(N)" can bedrh2013-03-25
* Update a comment in sqliteLimit.h. No changes to code or tests.dan2011-04-06
* Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set to...dan2010-08-18
* Increase the maximum page size from 32k to 64k.drh2010-08-12
* Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "P...dan2010-05-03
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Recover an ophaned branch that resulted from some ill-advised "shunning".drh2009-11-05
* Add some tests of statements in foreignkeys.html.dan2009-10-07
* Reduce default SQLITE_MAX_TRIGGER_DEPTH when SQLITE_SMALL_STACK is defined.shane2009-09-10
* Add the SQLITE_LIMIT_TRIGGER_DEPTH option to sqlite3_limit().drh2009-09-07
* Improve coverage of pager.c. (CVS 6158)danielk19772009-01-10
* Change SQLITE_MAX_FUNCTION_ARG from 100 to 127 to match invariant H16124. Tic...danielk19772009-01-07
* Change comment in sqliteLimit.h to correctly describe thedrh2008-03-26
* Initial implementation of per-connection limits and the sqlite3_limit() API.drh2008-03-20
* When SQLITE_MAX_SQL_LENGTH is 0, disable the limit. Make the default 0.drh2007-12-17
* Change all instances of "it's" in comments to either "its" or "it is",drh2007-12-13
* Fix a comment on the SQLITE_SQL_MAX_LENGTH definition. (CVS 4610)drh2007-12-11
* Make sure the default page size never exceeds the maximum page size. (CVS 4525)drh2007-11-05
* Select the default page size for new databases based on the sector-size and I...danielk19772007-08-24
* Change the name of the "limits.h" source file to "sqliteLimit.h". drh2007-06-19