index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
prepare.c
Commit message (
Expand
)
Author
Age
*
When an automatic re-prepare occurs, take care not to reset the internal
drh
2007-01-09
*
Fix a critical bug in sqlite3_prepare_v2 that can lead to segfaults when
drh
2007-01-08
*
First cut at adding the sqlite3_prepare_v2() API. Test cases added, but
drh
2006-11-09
*
Be sure to ignore PRAGMA encoding pragmas if the encoding has already been
drh
2006-09-23
*
Add support for extended result codes - additional result information
drh
2006-09-15
*
Fix a bug in out-of-memory processing introduced by check-in (3336). (CVS 3346)
drh
2006-08-12
*
More work toward getting sqlite3_interrupt() to work from separate
drh
2006-07-26
*
Fix a file descriptor leak following malloc failure on DROP TABLE IF EXISTS. ...
drh
2006-06-26
*
Incremental work on parsing/storing and invoking the xCreate callback for vir...
danielk1977
2006-06-12
*
Fix type coercion rules for the IN operator. Ticket #1821. (CVS 3188)
drh
2006-05-23
*
Get parserless builds working again. (CVS 3133)
drh
2006-03-13
*
Code changes resulting from Coverity analysis.
drh
2006-03-06
*
Add the column_origin_name() etc. APIs. (CVS 3069)
danielk1977
2006-02-10
*
Make sure the 3rd parameter to sqlite3_prepare() is honored. Ticket #1650. (...
drh
2006-01-30
*
Minor comment changes and code optimizations. (CVS 3029)
drh
2006-01-25
*
Remove vestiges of the older TSD code for handling OOM exceptions.
drh
2006-01-23
*
Include the ThreadData structure in internal malloc() testing. Also fixes for...
danielk1977
2006-01-18
*
Use a global variable protected by a mutex instead of thread-specific-data to...
danielk1977
2006-01-18
*
Change sqlite3MallocClearFailed() calls to sqlite3ApiExit(), a better API. (C...
danielk1977
2006-01-18
*
Various fixes that allow the malloc() failure tests to pass again. (CVS 2963)
danielk1977
2006-01-17
*
Clarify error handling in pager code. No functional changes. (CVS 2956)
danielk1977
2006-01-16
*
Minor modification to restoreOrClearCursorPosition() to improve efficiency. D...
danielk1977
2006-01-13
*
About a 2.5% speed improvement by reducing the number of sqlite3ThreadData
drh
2006-01-12
*
Automatically deallocate thread-specific data when it is no longer
drh
2006-01-11
*
Fix bugs caused by assuming that shared-schemas are initialized. (CVS 2917)
danielk1977
2006-01-11
*
Store collation sequence names instead of pointers in sharable schema data st...
danielk1977
2006-01-10
*
Fix some errors to do with attached databases and text encodings in shared-ca...
danielk1977
2006-01-09
*
Rename DbSchema to "Schema" and SqliteTsd to "ThreadData". (CVS 2893)
danielk1977
2006-01-09
*
Changes so that SQLITE_OMIT_PARSER and SQLITE_OMIT_DISKIO work. (CVS 2878)
drh
2006-01-06
*
Add some simple tests and fixes for shared-schema locking. (CVS 2869)
danielk1977
2006-01-06
*
Add the shared schema/pager modifications. Very few tests so far. (CVS 2859)
danielk1977
2006-01-05
*
Add support for CREATE INDEX IF NOT EXISTS and DROP INDEX IF EXISTS. (CVS 2855)
drh
2006-01-04
*
Add serial-types 8 and 9 for integer constants of 0 and 1 that use zero
drh
2005-12-29
*
Initial infrastructure for recognizing DESC indices and being able to read
drh
2005-12-16
*
Fix memory allocation problems on the utf-16 versions of collating function
drh
2005-12-15
*
Fix minor malloc() related problems and add sqlite3_soft_heap_limit() stubs. ...
danielk1977
2005-12-12
*
Clean up annoying (and pointless) compiler warnings about differing signednes...
drh
2005-12-09
*
Many small changes to ensure memory is not leaked after malloc() fails. (CVS ...
danielk1977
2005-12-09
*
Some elements of the new malloc() failure handling. Not all cases work proper...
danielk1977
2005-12-06
*
Add the experimental EXPLAIN QUERY PLAN diagnostic capability. (CVS 2685)
drh
2005-09-10
*
Bring testing coverage of the analyze.c file up to 100%. Bugs found and
drh
2005-08-19
*
The results of ANALYZE are now loaded into internal data structures where
drh
2005-07-23
*
Split main.c into two files to make building without the parser easier. (CVS ...
danielk1977
2005-05-25