Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of src/complete.c
2016-02-13
| ||
23:43 | Enhance ability to debug out-of-memory errors. file: [a3634ab1] check-in: [6a9c4a3e] user: mistachkin branch: noMemBkpt, size: 9229 | |
2015-06-30
| ||
03:13 | Change sqlite3ApiExit() so that its first argument is never NULL. file: [addcd816] check-in: [791b706e] user: drh branch: trunk, size: 9224 | |
2015-04-09
| ||
11:24 | Remove a variable initializion to silence a harmless compiler warning. file: [a5cf5b4b] check-in: [79861adb] user: drh branch: trunk, size: 9236 | |
2014-12-20
| ||
21:14 | Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality. file: [198a0066] check-in: [cb3e4219] user: mistachkin branch: trunk, size: 9251 | |
2014-10-24
| ||
00:35 | Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in progress and is not yet completely functional. file: [c4ba6e06] check-in: [c297a84b] user: drh branch: api-armor, size: 9251 | |
2014-09-06
| ||
16:39 | Fix typos in comments. No code changes. file: [535183af] check-in: [e62aab5e] user: peter.d.reid branch: trunk, size: 9147 | |
2010-02-23
| ||
17:36 | Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging output for CORRUPT, and CANTOPEN errors. file: [dc1d136c] check-in: [7c4cca6d] user: drh branch: trunk, size: 9149 | |
2009-12-17
| ||
22:17 | Modified statement machine in sqlite3_complete() to return 0 on empty string. Added/updated tests for same. Ticket [356c885b0b]. file: [4c8a742c] check-in: [76eca729] user: shaneh branch: trunk, size: 9432 | |
2009-11-16
| ||
15:11 | Use the sqlite3CtypeMap to improve the speed and reduce the size of the logic in the tokenizer that recognizes identifiers. file: [417df1ef] check-in: [1c9243b0] user: drh branch: trunk, size: 8854 | |
2009-11-10
| ||
01:30 | Remove the obsolete "$Id:$" RCS identifier strings from the source code. file: [77016e5a] check-in: [f6c045f6] user: drh branch: trunk, size: 8874 | |
2009-04-28
| ||
04:46 | Enhance sqlite3_complete() so that it understands EXPLAIN QUERY PLAN. Ticket #3828. Testing is done in TH3. (CVS 6551) file: [5ad5c6cd] check-in: [3ac1b15f] user: drh branch: trunk, size: 8932 | |
2008-06-13
| ||
18:24 | Progress toward implementation of sqlite3_config() and a rework of the mutex and memory allocation subsystems. This is an incremental check-in. (CVS 5218) file: [cb14e06d] check-in: [a03c5af1] user: drh branch: trunk, size: 8932 | |
2007-08-27
| ||
23:26 | Work around problem with forward declarations of constants in MSVC in the amalgamation. Ticket #2574. (CVS 4304) file: [4cf68fd7] check-in: [dc80b2e1] user: drh branch: trunk, size: 8813 | |
2007-08-21
| ||
19:33 | The sqlite3_value object now carries an sqlite3* pointer to use for recording malloc failures. This eliminates the need to pass sqlite3* pointers into many internal interfaces. Also added more mutexing. (CVS 4263) file: [b6dea59f] check-in: [92872761] user: drh branch: trunk, size: 8576 | |
2007-08-16
| ||
10:09 | More work on refactoring of malloc() interfaces. There are still many errors. (CVS 4233) file: [ea63834e] check-in: [77b16713] user: danielk1977 branch: trunk, size: 8590 | |
2006-01-18
| ||
15:25 | Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (CVS 2970) file: [7d1a44be] check-in: [e0b022e5] user: danielk1977 branch: trunk, size: 8572 | |
2005-12-12
| ||
06:53 | Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. (CVS 2814) file: [df1681ce] check-in: [1637f379] user: danielk1977 branch: trunk, size: 8628 | |
2005-08-14
| ||
17:53 | Split the sqlite3_complete() API out into a separate source file so that in static links where it is not used it will not take up space in the resulting binary. (CVS 2594) file: [4de937df] check-in: [62b87751] user: drh branch: trunk, size: 8545 Added | |