index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
complete.c
Commit message (
Expand
)
Author
Age
*
Enhance ability to debug out-of-memory errors.
mistachkin
2016-02-13
*
Change sqlite3ApiExit() so that its first argument is never NULL.
drh
2015-06-30
*
Remove a variable initializion to silence a harmless compiler warning.
drh
2015-04-09
*
Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality.
mistachkin
2014-12-20
*
Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in
drh
2014-10-24
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging
drh
2010-02-23
*
Modified statement machine in sqlite3_complete() to return 0 on empty string.
shaneh
2009-12-17
*
Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the
drh
2009-11-16
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Enhance sqlite3_complete() so that it understands EXPLAIN QUERY PLAN.
drh
2009-04-28
*
Progress toward implementation of sqlite3_config() and a rework of the
drh
2008-06-13
*
Work around problem with forward declarations of constants in MSVC
drh
2007-08-27
*
The sqlite3_value object now carries an sqlite3* pointer to use for
drh
2007-08-21
*
More work on refactoring of malloc() interfaces. There are still many errors....
danielk1977
2007-08-16
*
Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (C...
danielk1977
2006-01-18
*
Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. ...
danielk1977
2005-12-12
*
Split the sqlite3_complete() API out into a separate source file so that
drh
2005-08-14