index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sqliteLimit.h
Commit message (
Expand
)
Author
Age
*
Add a C-source spell-checking facility. make misspell (on Nix)
larrybr
2023-06-07
*
Fix a crash that could occur in SQLITE_MAX_EXPR_DEPTH=0 builds when processin...
dan
2020-08-20
*
Increase the default upper bound on the number of parameters in a single
drh
2020-02-12
*
Begin enforcing the SQLITE_LIMIT_VDBE_OP. The documentation warned that this
drh
2017-03-17
*
Update a requirement mark. No changes to code.
drh
2016-03-23
*
Change the default cache_size to -2000 (which means 2000*1024 bytes
drh
2016-03-04
*
Change the default page size for new database files to 4096 (from 1024).
drh
2016-03-04
*
Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirements
drh
2015-02-27
*
New requirements marks and a few new test cases to go with them. No changes
drh
2015-02-27
*
Refactoring the mmap interface. The controlling pragma is now "mmap_size"
drh
2013-04-15
*
Disable the use of memory-mapped I/O if the SQLITE_DISABLE_MMAP macro is
drh
2013-04-08
*
Fix a bug in the detection of iOS when setting the default mmap_limit.
drh
2013-04-03
*
Change the mmap_limit pragma to report the new limit, or to report the
drh
2013-04-03
*
Fix the build for Mac.
drh
2013-04-02
*
Proposed template preprocessor magic for activating mmap only on platforms
drh
2013-04-02
*
Memory-mapped I/O is now on by default. The "PRAGMA mmap_limit(N)" can be
drh
2013-03-25
*
Update a comment in sqliteLimit.h. No changes to code or tests.
dan
2011-04-06
*
Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set to...
dan
2010-08-18
*
Increase the maximum page size from 32k to 64k.
drh
2010-08-12
*
Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "P...
dan
2010-05-03
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Recover an ophaned branch that resulted from some ill-advised "shunning".
drh
2009-11-05
*
Add some tests of statements in foreignkeys.html.
dan
2009-10-07
*
Reduce default SQLITE_MAX_TRIGGER_DEPTH when SQLITE_SMALL_STACK is defined.
shane
2009-09-10
*
Add the SQLITE_LIMIT_TRIGGER_DEPTH option to sqlite3_limit().
drh
2009-09-07
*
Improve coverage of pager.c. (CVS 6158)
danielk1977
2009-01-10
*
Change SQLITE_MAX_FUNCTION_ARG from 100 to 127 to match invariant H16124. Tic...
danielk1977
2009-01-07
*
Change comment in sqliteLimit.h to correctly describe the
drh
2008-03-26
*
Initial implementation of per-connection limits and the sqlite3_limit() API.
drh
2008-03-20
*
When SQLITE_MAX_SQL_LENGTH is 0, disable the limit. Make the default 0.
drh
2007-12-17
*
Change all instances of "it's" in comments to either "its" or "it is",
drh
2007-12-13
*
Fix a comment on the SQLITE_SQL_MAX_LENGTH definition. (CVS 4610)
drh
2007-12-11
*
Make sure the default page size never exceeds the maximum page size. (CVS 4525)
drh
2007-11-05
*
Select the default page size for new databases based on the sector-size and I...
danielk1977
2007-08-24
*
Change the name of the "limits.h" source file to "sqliteLimit.h".
drh
2007-06-19