sqlite/src
danielk1977 20c6cc2b1b Remove the unused SQLITE_Vtab flag. (CVS 6425)
FossilOrigin-Name: fdd78962fcb988edfb4147394045fc5d3944c620
2009-04-01 18:03:00 +00:00
..
alter.c Changes to insure that lookaside memory allocations are never used to hold 2009-03-24 15:08:09 +00:00
analyze.c Instead of linking temporary triggers on non-temporary tables into the Table.pTrigger list, search the temp schema for them on demand. Fix for #3688. (CVS 6329) 2009-02-28 10:47:41 +00:00
attach.c Changes to reduce the heap space consumed by triggers, views and tables in the in-memory representation of the schema. Also to reduce the space used by prepared statements slightly. (CVS 6305) 2009-02-19 14:39:25 +00:00
auth.c Remove unneeded pSchema field from the Expr structure. (CVS 4434) 2007-09-18 15:55:07 +00:00
backup.c Add the sqlite3_unlock_notify() API. (CVS 6348) 2009-03-16 13:19:36 +00:00
bitvec.c Big change to make pager.c easier to follow. Unused variables removed, comments improved, etc. (CVS 6197) 2009-01-20 17:06:27 +00:00
btmutex.c Corrected typos and misspellings. Ticket #3702. (CVS 6336) 2009-03-05 04:20:31 +00:00
btree.c Remove the unused SQLITE_Vtab flag. (CVS 6425) 2009-04-01 18:03:00 +00:00
btree.h Fix some cases where executing SQL from within a user-function callback could cause problems related to statement-transactions. (CVS 6355) 2009-03-18 10:33:00 +00:00
btreeInt.h Make sure struct WhereClause is aligned on an 8-byte boundary. Fix for #3613, #3736. (CVS 6364) 2009-03-20 14:18:51 +00:00
build.c Fix compiler warnings from gcc and MSVC; Correct typo in select.c; (CVS 6417) 2009-03-31 03:41:56 +00:00
callback.c Changes to insure that lookaside memory allocations are never used to hold 2009-03-24 15:08:09 +00:00
complete.c Progress toward implementation of sqlite3_config() and a rework of the 2008-06-13 18:24:27 +00:00
date.c Changes to completely remove all floating point ops if SQLITE_OMIT_FLOATING_POINT defined. Note that w/o fp, date/time, round, nan, etc. are all gone or limited in functionality. Updated some of the test scripts to support missing fp and 64-bit functionality. Ticket #3029. (CVS 6250) 2009-02-04 03:59:25 +00:00
delete.c Removed compiler warnings from MSVC builds. Ticket #3701. (CVS 6335) 2009-03-05 03:48:06 +00:00
expr.c Remove an unused parameter from sqlite3DequoteExpr. Fix another unrelated 2009-03-25 16:51:43 +00:00
fault.c Continuing work on adding full support for the SQLITE_OMIT_WSD 2008-09-02 00:52:52 +00:00
func.c Remove dead code from the UTF conversion routines. Fix a bug in 2009-04-01 16:33:37 +00:00
global.c Make the pending byte adjustable via sqlite3_test_control() on all builds, 2009-02-05 16:31:45 +00:00
hash.c Increased test coverage. (CVS 6147) 2009-01-09 01:12:27 +00:00
hash.h Simplify the symbol hash table to use only a single key class. Other 2008-10-10 17:41:28 +00:00
hwtime.h Applied patch to fix failure with build on gcc-powerpc (provide sqlite3Hwtime). Ticket #3256. (CVS 5516) 2008-08-01 14:33:15 +00:00
insert.c Instead of linking temporary triggers on non-temporary tables into the Table.pTrigger list, search the temp schema for them on demand. Fix for #3688. (CVS 6329) 2009-02-28 10:47:41 +00:00
journal.c Big change to make pager.c easier to follow. Unused variables removed, comments improved, etc. (CVS 6197) 2009-01-20 17:06:27 +00:00
legacy.c Fix a couple of fairly obscure cases where an assert() could fail following a malloc failure. (CVS 6360) 2009-03-19 18:51:06 +00:00
loadext.c When not compiling for an EBCDIC system, use built-in alternatives to the tolowe 2009-01-20 16:53:39 +00:00
main.c Use the ROUND8() macro to round an integer up to the nearest multiple of 8 and ROUNDDOWN8() macro to round down to the nearest multiple of 8. This is a cosmetic change. (CVS 6372) 2009-03-23 04:33:32 +00:00
malloc.c Changes to insure that lookaside memory allocations are never used to hold 2009-03-24 15:08:09 +00:00
mem0.c Remove the vestigial mem4 and mem6 memory allocators. Add the 2008-10-28 18:58:20 +00:00
mem1.c Use the ROUND8() macro to round an integer up to the nearest multiple of 8 and ROUNDDOWN8() macro to round down to the nearest multiple of 8. This is a cosmetic change. (CVS 6372) 2009-03-23 04:33:32 +00:00
mem2.c Use the ROUND8() macro to round an integer up to the nearest multiple of 8 and ROUNDDOWN8() macro to round down to the nearest multiple of 8. This is a cosmetic change. (CVS 6372) 2009-03-23 04:33:32 +00:00
mem3.c Fix some compiler warnings that show up when building the amalgamation only. (CVS 5927) 2008-11-19 16:52:44 +00:00
mem5.c Fix some compiler warnings that show up when building the amalgamation only. (CVS 5927) 2008-11-19 16:52:44 +00:00
memjournal.c Specify type "void" in the parameter list of functions that take no parameters. 2008-12-20 02:14:39 +00:00
mutex_noop.c Fix harmless compiler warnings. Improved comments in the query optimizer. (CVS 5982) 2008-12-05 17:17:07 +00:00
mutex_os2.c fix the compile warnings on OS/2 (CVS 5950) 2008-11-22 19:50:53 +00:00
mutex_unix.c The amalgamation now compiles cleanly on GCC with options 2008-12-08 18:19:17 +00:00
mutex_w32.c Made code to remove unused parameter warning part of the conditional. Ticket #3610. (CVS 6219) 2009-01-30 16:09:22 +00:00
mutex.c Allow sqlite3_shutdown() to be called by a process before sqlite3_initialize() is. Prior to this commit such a call could segfault. (CVS 6296) 2009-02-17 16:29:10 +00:00
mutex.h Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0 2008-10-07 15:25:48 +00:00
notify.c Remove an unused parameter from sqlite3DequoteExpr. Fix another unrelated 2009-03-25 16:51:43 +00:00
os_common.h Remove old declaration of sqlite3_pending_byte (which was used by test code). It has been replaced by sqlite3PendingByte. Ticket #3677. (CVS 6321) 2009-02-24 18:40:49 +00:00
os_os2.c Never use strlen(). Use our own internal sqlite3Strlen30() which is 2008-12-10 19:26:22 +00:00
os_unix.c Another change related to (6401) and (6402): When an attempt to unlock a file fails in os_unix.c, close all files held open waiting for the unlock event anyway. 2009-03-30 07:39:35 +00:00
os_win.c Fix compiler warnings from gcc and MSVC; Correct typo in select.c; (CVS 6417) 2009-03-31 03:41:56 +00:00
os.c When a VFS.xOpen fails, make sure the pMethods pointer is zeroed on the 2009-03-25 14:24:41 +00:00
os.h Make the pending byte adjustable via sqlite3_test_control() on all builds, 2009-02-05 16:31:45 +00:00
pager.c Make sure a ROLLBACK that follows an incremental vacuum works. Ticket #3761. (CVS 6416) 2009-03-31 02:54:40 +00:00
pager.h Commit first version of the 'backup' feature. (CVS 6241) 2009-02-03 16:51:24 +00:00
parse.y Changes to insure that lookaside memory allocations are never used to hold 2009-03-24 15:08:09 +00:00
pcache1.c Use the ROUND8() macro to round an integer up to the nearest multiple of 8 and ROUNDDOWN8() macro to round down to the nearest multiple of 8. This is a cosmetic change. (CVS 6372) 2009-03-23 04:33:32 +00:00
pcache.c Remove two unused lines from pcache.c. (CVS 6415) 2009-03-31 01:32:18 +00:00
pcache.h Big change to make pager.c easier to follow. Unused variables removed, comments improved, etc. (CVS 6197) 2009-01-20 17:06:27 +00:00
pragma.c Add the reverse_unordered_selects pragma. (CVS 6314) 2009-02-23 16:52:07 +00:00
prepare.c Remove dead code from the UTF conversion routines. Fix a bug in 2009-04-01 16:33:37 +00:00
printf.c Never use strlen(). Use our own internal sqlite3Strlen30() which is 2008-12-10 19:26:22 +00:00
random.c Never use strlen(). Use our own internal sqlite3Strlen30() which is 2008-12-10 19:26:22 +00:00
resolve.c Added some asserts and a check for a null pointer dereference. (CVS 6337) 2009-03-05 04:23:47 +00:00
rowset.c Updates to comments as suggested by tickets #3578 and #3579. (CVS 6172) 2009-01-13 20:14:15 +00:00
select.c Fix compiler warnings from gcc and MSVC; Correct typo in select.c; (CVS 6417) 2009-03-31 03:41:56 +00:00
shell.c Remove surplus white space from shell.c. Use strlen30() instead of strlen(). (CVS 6346) 2009-03-16 10:59:44 +00:00
sqlite3ext.h Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808) 2008-10-12 00:27:53 +00:00
sqlite.h.in Rename the unused MEM2 static mutex to OPEN and reuse it to serialize access 2009-03-20 13:15:30 +00:00
sqliteInt.h Remove the unused SQLITE_Vtab flag. (CVS 6425) 2009-04-01 18:03:00 +00:00
sqliteLimit.h Improve coverage of pager.c. (CVS 6158) 2009-01-10 16:15:09 +00:00
status.c Continuing work on adding full support for the SQLITE_OMIT_WSD 2008-09-02 00:52:52 +00:00
table.c Make sure the *pzErrMsg return from sqlite3_get_table() is aways zeroed. 2009-01-19 20:49:09 +00:00
tclsqlite.c Fix another compiler warning in the test logic of tclsqlite.c. (CVS 6393) 2009-03-27 12:44:35 +00:00
test1.c Fix some compiler warnings in test code. (CVS 6392) 2009-03-27 12:32:54 +00:00
test2.c Make the pending byte adjustable via sqlite3_test_control() on all builds, 2009-02-05 16:31:45 +00:00
test3.c Fix some cases where executing SQL from within a user-function callback could cause problems related to statement-transactions. (CVS 6355) 2009-03-18 10:33:00 +00:00
test4.c Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808) 2008-10-12 00:27:53 +00:00
test5.c Fix further warnings/compilation errors in test code. (CVS 5558) 2008-08-12 15:04:58 +00:00
test6.c Fix the crashtest infrastructure so that it doesn't trigger the "don't write to the locking region" assert in os_unix.c. (CVS 6281) 2009-02-11 14:27:04 +00:00
test7.c Added SQLITE_OMIT_DEPRECATED compile time option to leave out deprecated functions. Updated test scripts to skip tests of deprecated functions if they are compiled out. (CVS 5808) 2008-10-12 00:27:53 +00:00
test8.c Changed to used sqlite3_snprintf instead of snprintf (test code only). (CVS 5648) 2008-08-31 00:29:08 +00:00
test9.c Fix minor problems in the test scripts and harness. (CVS 5394) 2008-07-11 13:53:54 +00:00
test_async.c The test_async.c module must pass an unchanging filename to the underlying VFS. (CVS 6400) 2009-03-28 18:56:14 +00:00
test_autoext.c Add tests to verify correct behavior when mutex initialization fails. (CVS 5359) 2008-07-08 02:12:37 +00:00
test_backup.c Avoid calls to newer TCL interfaces in the test logic. This helps the 2009-03-30 12:56:52 +00:00
test_btree.c Instead of storing a pointer to the parent page in the MemPage structure, have each B-Tree cursor keep track of the ancestry of the current page. (CVS 5747) 2008-09-29 11:49:47 +00:00
test_config.c Add the sqlite3_unlock_notify() API. (CVS 6348) 2009-03-16 13:19:36 +00:00
test_devsym.c Fix compiler warnings in where.c and in the TCL test harness. (CVS 5994) 2008-12-09 01:32:03 +00:00
test_func.c Fix a couple of fairly obscure cases where an assert() could fail following a malloc failure. (CVS 6360) 2009-03-19 18:51:06 +00:00
test_hexio.c Add "b" to fopen() in the hexio tests so that extra carriage returns are 2008-05-12 16:17:42 +00:00
test_journal.c Fix thread related problems in test modules test_async.c and test_journal.c. (CVS 6399) 2009-03-28 17:21:52 +00:00
test_loadext.c Additional coverage testing. Fix a segfault following OOM in 2008-08-02 03:50:39 +00:00
test_malloc.c Fix a bug in test_malloc.c whereby running multi-threaded test cases could cause subsequent OOM tests to fail. (CVS 6254) 2009-02-04 15:27:40 +00:00
test_md5.c Fix buffer size in md5_cmd() in test_md5.c. Test harness change only. (CVS 6244) 2009-02-03 19:52:59 +00:00
test_mutex.c Rename the unused MEM2 static mutex to OPEN and reuse it to serialize access 2009-03-20 13:15:30 +00:00
test_onefile.c For the "onefile" demo, pass SQLITE_OPEN_TEMP_DB instead of MAIN_DB to the OS layer when opening the single file. This is to work around the assert() in os_unix.c that tests that the locking region is not written to. (CVS 6278) 2009-02-10 18:54:02 +00:00
test_osinst.c Avoid an 'invalid cast' warning in test_osinst.c. (CVS 6144) 2009-01-08 17:57:31 +00:00
test_pcache.c Add a HIGHSTRESS parameter to the sqlite3_config_alt_pcache debugging 2009-01-07 03:59:47 +00:00
test_schema.c Additional test cases added on the sqlite3_create_function() interface. (CVS 5349) 2008-07-07 14:50:14 +00:00
test_server.c Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) 2008-06-26 10:41:19 +00:00
test_tclvar.c Fix warnings and a compilation error in test code. (CVS 5556) 2008-08-12 14:48:40 +00:00
test_thread.c Fix some compiler warnings in test code. (CVS 6392) 2009-03-27 12:32:54 +00:00
test_wsd.c Use the ROUND8() macro to round an integer up to the nearest multiple of 8 and ROUNDDOWN8() macro to round down to the nearest multiple of 8. This is a cosmetic change. (CVS 6372) 2009-03-23 04:33:32 +00:00
tokenize.c Fix compiler warnings from gcc and MSVC; Correct typo in select.c; (CVS 6417) 2009-03-31 03:41:56 +00:00
trigger.c Instead of linking temporary triggers on non-temporary tables into the Table.pTrigger list, search the temp schema for them on demand. Fix for #3688. (CVS 6329) 2009-02-28 10:47:41 +00:00
update.c Instead of linking temporary triggers on non-temporary tables into the Table.pTrigger list, search the temp schema for them on demand. Fix for #3688. (CVS 6329) 2009-02-28 10:47:41 +00:00
utf.c Remove dead code from the UTF conversion routines. Fix a bug in 2009-04-01 16:33:37 +00:00
util.c Suppress some compiler warnings (where possible). Ticket #3696. (CVS 6331) 2009-03-01 22:29:20 +00:00
vacuum.c Commit first version of the 'backup' feature. (CVS 6241) 2009-02-03 16:51:24 +00:00
vdbe.c Fix an obscure race condition that can occur when multiple threads, shared cache and DDL statements are combined. Enhance notify2.test to test this scenario. (CVS 6373) 2009-03-23 17:11:26 +00:00
vdbe.h Changes to reduce the heap space consumed by triggers, views and tables in the in-memory representation of the schema. Also to reduce the space used by prepared statements slightly. (CVS 6305) 2009-02-19 14:39:25 +00:00
vdbeapi.c Fix a problem preventing sqlite3_extended_errcode() from working correctly. (CVS 6385) 2009-03-25 15:43:08 +00:00
vdbeaux.c Fix a problem preventing sqlite3_extended_errcode() from working correctly. (CVS 6385) 2009-03-25 15:43:08 +00:00
vdbeblob.c Changes to insure that lookaside memory allocations are never used to hold 2009-03-24 15:08:09 +00:00
vdbeInt.h Fix some cases where executing SQL from within a user-function callback could cause problems related to statement-transactions. (CVS 6355) 2009-03-18 10:33:00 +00:00
vdbemem.c Add a comment to the doubleToInt64() routine that explains why returning 2009-03-29 15:12:09 +00:00
vtab.c Changes to insure that lookaside memory allocations are never used to hold 2009-03-24 15:08:09 +00:00
walker.c Changes to reduce the heap space consumed by triggers, views and tables in the in-memory representation of the schema. Also to reduce the space used by prepared statements slightly. (CVS 6305) 2009-02-19 14:39:25 +00:00
where.c Turn off the debugging macros in where.c - left on by mistake in the 2009-03-29 00:15:54 +00:00