Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
complete.c
fad3039
Enhance ability to debug out-of-memory errors.
by mistachkin
· 9 years ago
597d2b6
Change sqlite3ApiExit() so that its first argument is never NULL.
by drh
· 10 years ago
50c7bb6
Remove a variable initializion to silence a harmless compiler warning.
by drh
· 10 years ago
cd54bab
Minor fixes and enhancements to the SQLITE_ENABLE_API_ARMOR functionality.
by mistachkin
· 11 years ago
9ca9573
Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in
by drh
· 11 years ago
60ec914
Fix typos in comments. No code changes.
by peter.d.reid
· 11 years ago
9978c97
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging
by drh
· 15 years ago
c7d526e
Modified statement machine in sqlite3_complete() to return 0 on empty string.
by shaneh
· 16 years ago
af2b572
Use the sqlite3CtypeMap[] to improve the speed and reduce the size of the
by drh
· 16 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
709915d
Enhance sqlite3_complete() so that it understands EXPLAIN QUERY PLAN.
by drh
· 16 years ago
40257ff
Progress toward implementation of sqlite3_config() and a rework of the
by drh
· 17 years ago
46c99e0
Work around problem with forward declarations of constants in MSVC
by drh
· 18 years ago
b21c8cd
The sqlite3_value object now carries an sqlite3* pointer to use for
by drh
· 18 years ago
1e53695
More work on refactoring of malloc() interfaces. There are still many errors. (CVS 4233)
by danielk1977
· 18 years ago
54f0198
Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (CVS 2970)
by danielk1977
· 20 years ago
7ddad96
Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. (CVS 2814)
by danielk1977
· 20 years ago
a2b902d
Split the sqlite3_complete() API out into a separate source file so that
by drh
· 20 years ago