sqlite/src
dan 599e9d21bb Changes so that the space-analyzer script works with 3.7.0.
FossilOrigin-Name: 86159cb3f00a380dc55be3affb01c433618f0683
2010-07-12 08:39:37 +00:00
..
alter.c When commands such as ALTER TABLE and VACUUM use SQL internally, make sure 2010-04-24 14:02:59 +00:00
analyze.c Add some 'const' markers to static data that is really constant. 2010-06-02 05:53:53 +00:00
attach.c Change the journal_mode pragma to remove the "default journal mode" concept. 2010-07-08 17:40:37 +00:00
auth.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
backup.c Add coverage test cases. Have sqlite3_backup_step() transform SQLITE_IOERR_NOMEM to SQLITE_NOMEM before returning. 2010-06-30 04:29:03 +00:00
bitvec.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
btmutex.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
btree.c Change code in OP_Rewind to avoid a valgrind warning following an error in the btree layer. This change does not fix any bug, just a warning. 2010-07-03 05:56:09 +00:00
btree.h Use the read and write version fields of the database header to mark a database as operating in wal-mode. 2010-04-20 18:53:15 +00:00
btreeInt.h Tests for (and changes to) the code to switch between WAL and rollback modes. 2010-04-21 18:37:57 +00:00
build.c Change the journal_mode pragma to remove the "default journal mode" concept. 2010-07-08 17:40:37 +00:00
callback.c When commands such as ALTER TABLE and VACUUM use SQL internally, make sure 2010-04-24 14:02:59 +00:00
complete.c Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging 2010-02-23 17:36:32 +00:00
ctime.c Remote the SQLITE_OMIT_GLOBALRECOVER macro - it is subsumed by 2010-07-07 01:52:31 +00:00
date.c Fix a bug in the computation of the current time for the alternative 2010-05-03 19:17:01 +00:00
delete.c Make sure the value of an INTEGER PRIMARY KEY column supplied to triggers 2010-05-14 19:24:02 +00:00
expr.c Make sure the value of an INTEGER PRIMARY KEY column supplied to triggers 2010-05-14 19:24:02 +00:00
fault.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
fkey.c Enhance the OP_Found and OP_NotFound opcodes so that they can accept an 2009-11-12 19:59:44 +00:00
func.c Remove an unreachable branch from the function initialization logic. 2010-04-25 20:58:37 +00:00
global.c Remove global variables when compiled with SQLITE_OMIT_WSD 2010-06-03 12:09:52 +00:00
hash.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
hash.h Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
hwtime.h Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
insert.c Currently, if SQLite cannot find a table or index referred to by a query, it reloads the database schema from disk to see if the table or index has been added since the schema was cached in memory. Extend this behaviour to columns (which may have been added using ALTER TABLE) and fix some obscure cases related to tables and indexes (INDEXED BY, DROP TABLE etc.). 2010-06-28 10:15:19 +00:00
journal.c Add initializers for the xShmXXX() members to an sqlite3_io_methods structure in journal.c. This doesn't fix any real problem, just prevents a compiler warning. 2010-07-02 16:36:18 +00:00
legacy.c Continuing improvements to error reporting and the sqlite3_log() routine. 2010-02-23 20:11:56 +00:00
lempar.c Enhancements to lemon to generate more compact action tables and to avoid 2009-11-03 19:18:31 +00:00
loadext.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
main.c Remote the SQLITE_OMIT_GLOBALRECOVER macro - it is subsumed by 2010-07-07 01:52:31 +00:00
malloc.c Fix two asserts on the scratch allocator to allow for up to two outstanding 2010-06-26 20:25:30 +00:00
mem0.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
mem1.c Add testcase() macros beside each sqlite3_log() call to make sure it is 2010-02-24 21:44:07 +00:00
mem2.c Add assert()s to mem2.c (activated by SQLITE_MEMDEBUG) which verify that 2010-03-12 16:32:53 +00:00
mem3.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
mem5.c Add testcase() macros beside each sqlite3_log() call to make sure it is 2010-02-24 21:44:07 +00:00
memjournal.c Suppress various compiler warnings. 2010-06-26 21:34:06 +00:00
mutex.c Add some 'const' markers to static data that is really constant. 2010-06-02 05:53:53 +00:00
mutex.h Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
mutex_noop.c Make walIndexTryHdr() a private function. Fix an issue with SQLITE_MUTEX_NOOP. 2010-06-26 22:16:02 +00:00
mutex_os2.c Add some 'const' markers to static data that is really constant. 2010-06-02 05:53:53 +00:00
mutex_unix.c Add some 'const' markers to static data that is really constant. 2010-06-02 05:53:53 +00:00
mutex_w32.c Add some 'const' markers to static data that is really constant. 2010-06-02 05:53:53 +00:00
notify.c It is possible for sqlite3.pUnlockConnection to be non-NULL when 2010-04-17 16:10:19 +00:00
os.c Changes to os_win.c to have it return same error code as os_unix.c. 2010-07-02 19:49:38 +00:00
os.h Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name of xShmPage to xShmMap. Remove some code that is now unused from os_unix.c and some of the test VFS implementations. 2010-06-14 14:07:50 +00:00
os_common.h Change the OSTRACEn() macro to OSTRACE(()). Also rename some internal fields 2010-05-14 11:30:18 +00:00
os_os2.c Change the OSTRACEn() macro to OSTRACE(()). Also rename some internal fields 2010-05-14 11:30:18 +00:00
os_unix.c Remove the unused xRename() method from the sqlite3_vfs object. 2010-07-03 17:13:31 +00:00
os_win.c Changes to os_win.c to have it simulate IO errors like os_unix.c. 2010-07-08 03:13:33 +00:00
pager.c Add a test case to cover code that was left untested by the journal_mode 2010-07-08 19:19:51 +00:00
pager.h Disable code used only by the codec when the codec is not deployed. 2010-06-22 21:15:49 +00:00
parse.y Restore the incorrect legacy ON INSERT syntax to the parser as a no-op. 2009-12-09 21:43:36 +00:00
pcache.c Store the MemPage structure in memory following, instead of preceding, the page data for cached pages. This reduces the likelihood of a corrupt database page image causing SQLite to read past the end of a buffer. 2010-06-10 06:53:26 +00:00
pcache.h Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
pcache1.c Add some 'const' markers to static data that is really constant. 2010-06-02 05:53:53 +00:00
pragma.c Change the journal_mode pragma to remove the "default journal mode" concept. 2010-07-08 17:40:37 +00:00
prepare.c Reorder variable declarations in the previous check-in to avoid putting code 2010-07-06 09:29:01 +00:00
printf.c Fix for [9abd6aa831]. Do not overread a buffer used for an %q or %w conversion with a precision specifier. 2010-03-04 17:58:45 +00:00
random.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
resolve.c Currently, if SQLite cannot find a table or index referred to by a query, it reloads the database schema from disk to see if the table or index has been added since the schema was cached in memory. Extend this behaviour to columns (which may have been added using ALTER TABLE) and fix some obscure cases related to tables and indexes (INDEXED BY, DROP TABLE etc.). 2010-06-28 10:15:19 +00:00
rowset.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
select.c Currently, if SQLite cannot find a table or index referred to by a query, it reloads the database schema from disk to see if the table or index has been added since the schema was cached in memory. Extend this behaviour to columns (which may have been added using ALTER TABLE) and fix some obscure cases related to tables and indexes (INDEXED BY, DROP TABLE etc.). 2010-06-28 10:15:19 +00:00
shell.c Make sure to do a clean shutdown of the library upon existing the shell 2010-05-06 20:19:55 +00:00
sqlite.h.in Remove the unused xRename() method from the sqlite3_vfs object. 2010-07-03 17:13:31 +00:00
sqlite3ext.h Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
sqliteInt.h Change the journal_mode pragma to remove the "default journal mode" concept. 2010-07-08 17:40:37 +00:00
sqliteLimit.h Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA wal_checkpoint". 2010-05-03 11:05:08 +00:00
status.c Add the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_status(). The 2010-03-10 21:42:07 +00:00
table.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
tclsqlite.c Changes so that the space-analyzer script works with 3.7.0. 2010-07-12 08:39:37 +00:00
test1.c When using MSVC to build test code, suppress the popup dialog when abort is called from the sqlite_abort() test function. 2010-07-07 16:51:36 +00:00
test2.c Remove global variables when compiled with SQLITE_OMIT_WSD 2010-06-03 12:09:52 +00:00
test3.c Changes to test code so that testfixture compiles when OMIT_SHARED_CACHE and OMIT_UTF16 are defined. 2010-01-07 11:27:30 +00:00
test4.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test5.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test6.c Fix warning in test fixture code. 2010-07-08 16:22:51 +00:00
test7.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test8.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test9.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_async.c Call Tcl_ExitThread() from within threads created using Tcl_CreateThread(). Not doing so causes notifier related errors on OSX. 2010-07-05 12:54:08 +00:00
test_autoext.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_backup.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_btree.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_config.c Remote the SQLITE_OMIT_GLOBALRECOVER macro - it is subsumed by 2010-07-07 01:52:31 +00:00
test_demovfs.c Add the xShmRelease() method to the VFS. The os_unix.c implementation of 2010-04-27 11:49:27 +00:00
test_devsym.c Remove the unused xRename() method from the sqlite3_vfs object. 2010-07-03 17:13:31 +00:00
test_func.c Changes to test code so that testfixture compiles when OMIT_SHARED_CACHE and OMIT_UTF16 are defined. 2010-01-07 11:27:30 +00:00
test_hexio.c Add coverage test cases for fts3. 2009-12-12 09:51:25 +00:00
test_init.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_intarray.c Fix a faulty function prototype in test_intarray.c. 2009-12-01 18:46:06 +00:00
test_intarray.h Initial implementation and test cases for the "intarray" virtual table. 2009-11-10 17:24:37 +00:00
test_journal.c Remove the unused xRename() method from the sqlite3_vfs object. 2010-07-03 17:13:31 +00:00
test_loadext.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_malloc.c Additional test cases to cover branches in pager.c. 2010-07-02 11:27:43 +00:00
test_mutex.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_onefile.c Remove the unused xRename() method from the sqlite3_vfs object. 2010-07-03 17:13:31 +00:00
test_osinst.c Remove the unused xRename() method from the sqlite3_vfs object. 2010-07-03 17:13:31 +00:00
test_pcache.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_schema.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_server.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
test_stat.c Changes so that the space-analyzer script works with 3.7.0. 2010-07-12 08:39:37 +00:00
test_tclvar.c Make sure registers computed for the VFilter opcode are marked invalid 2009-11-23 21:23:45 +00:00
test_thread.c Before calling Tcl_ExitThread() in a multi-threaded test, call Tcl_DoOneEvent() as many times as necessary to handle any queued events. 2010-07-06 10:55:44 +00:00
test_vfs.c Remove the unused xRename() method from the sqlite3_vfs object. 2010-07-03 17:13:31 +00:00
test_wsd.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
tokenize.c Continuing improvements to error reporting and the sqlite3_log() routine. 2010-02-23 20:11:56 +00:00
trigger.c Currently, if SQLite cannot find a table or index referred to by a query, it reloads the database schema from disk to see if the table or index has been added since the schema was cached in memory. Extend this behaviour to columns (which may have been added using ALTER TABLE) and fix some obscure cases related to tables and indexes (INDEXED BY, DROP TABLE etc.). 2010-06-28 10:15:19 +00:00
update.c Currently, if SQLite cannot find a table or index referred to by a query, it reloads the database schema from disk to see if the table or index has been added since the schema was cached in memory. Extend this behaviour to columns (which may have been added using ALTER TABLE) and fix some obscure cases related to tables and indexes (INDEXED BY, DROP TABLE etc.). 2010-06-28 10:15:19 +00:00
utf.c Modify the vdbe so that the comparison operator opcodes do not modify the data type of operands. Fix for [aa92c76cd4]. 2010-03-05 16:32:12 +00:00
util.c Minor changes to silence compiler warnings on various MSVC builds. 2010-03-09 14:41:12 +00:00
vacuum.c Refactor and simplify the logic used to change journalmode. 2010-06-11 17:01:24 +00:00
vdbe.c Change the journal_mode pragma to remove the "default journal mode" concept. 2010-07-08 17:40:37 +00:00
vdbe.h Expire pragma statements when reset, even if they were not run to completion. 2010-02-25 14:47:01 +00:00
vdbeInt.h Veryquick.test is now working. The SQLITE_STMTSTATUS_AUTOINDEX counter 2010-04-06 22:33:55 +00:00
vdbeapi.c Change the behavior of the sqlite3_wal_hook() callback. It should now return 2010-05-05 20:00:25 +00:00
vdbeaux.c Take out the incomplete initializer on the constant "dummy" in 2010-07-02 18:44:37 +00:00
vdbeblob.c Fix an assert() failure that could occur if compiling with OMIT_SHARED_CACHE. 2010-06-19 19:06:33 +00:00
vdbemem.c Fix up a branch in sqlite3ValueFromExpr() so that we can achieve full 2010-06-25 14:17:58 +00:00
vdbetrace.c Initialize a variable (unnecessarily) to avoid a compiler warning. 2009-11-28 13:46:51 +00:00
vtab.c Automatically generate transient indices for tables in joins that would 2010-04-06 15:57:05 +00:00
wal.c Fix warning under MSVC. 2010-07-09 12:57:53 +00:00
wal.h Fix some errors when compiling with SQLITE_OMIT_WAL. 2010-06-28 11:23:09 +00:00
walker.c Remove the obsolete "$Id:$" RCS identifier strings from the source code. 2009-11-10 01:30:52 +00:00
where.c Fix a buffer overrun in the where.c. Problem detected by valgrind. 2010-07-03 01:44:27 +00:00