aboutsummaryrefslogtreecommitdiff
path: root/src/complete.c
Commit message (Expand)AuthorAge
* Enhance ability to debug out-of-memory errors.mistachkin2016-02-13
* Change sqlite3ApiExit() so that its first argument is never NULL.drh2015-06-30
* Remove a variable initializion to silence a harmless compiler warning.drh2015-04-09
* Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality.mistachkin2014-12-20
* Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work indrh2014-10-24
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Remove the obsolete sqlite3SafetyOn() mechanism. Add additional loggingdrh2010-02-23
* Modified statement machine in sqlite3_complete() to return 0 on empty string. shaneh2009-12-17
* Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the drh2009-11-16
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Enhance sqlite3_complete() so that it understands EXPLAIN QUERY PLAN.drh2009-04-28
* Progress toward implementation of sqlite3_config() and a rework of thedrh2008-06-13
* Work around problem with forward declarations of constants in MSVCdrh2007-08-27
* The sqlite3_value object now carries an sqlite3* pointer to use fordrh2007-08-21
* More work on refactoring of malloc() interfaces. There are still many errors....danielk19772007-08-16
* Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (C...danielk19772006-01-18
* Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. ...danielk19772005-12-12
* Split the sqlite3_complete() API out into a separate source file so thatdrh2005-08-14