.. |
alter.c
|
Fix the ALTER TABLE RENAME command so that it converts FOREIGN KEY constraints
|
2010-02-15 18:03:20 +00:00 |
analyze.c
|
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging
|
2010-02-23 17:36:32 +00:00 |
attach.c
|
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging
|
2010-02-23 17:36:32 +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
|
Log all error messages if logging is enabled.
|
2010-02-22 19:32:31 +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
|
Minor changes to silence compiler warnings on various MSVC builds.
|
2010-03-09 14:41:12 +00:00 |
btree.h
|
All the secure-delete setting to be changed at run-time using a pragma.
|
2010-02-12 18:18:39 +00:00 |
btreeInt.h
|
All the secure-delete setting to be changed at run-time using a pragma.
|
2010-02-12 18:18:39 +00:00 |
build.c
|
Fix to the database connection validity checker. Other test coverage
|
2010-02-25 23:44:15 +00:00 |
callback.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
complete.c
|
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging
|
2010-02-23 17:36:32 +00:00 |
ctime.c
|
Check-in [87a6a9970b] did not completely disable FTS4. This check-in aims
|
2010-03-09 13:02:09 +00:00 |
date.c
|
Fix the implementation of CURRENT_TIMESTAME and CURRENT_DATE when
|
2010-01-12 19:28:20 +00:00 |
delete.c
|
Adjustments to column cache handling in order to restore 100% branch
|
2009-12-30 14:12:38 +00:00 |
expr.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 |
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
|
Rename the sqlite_compile_option_*() SQL functions to sqlite_compileoption_*()
|
2010-02-26 16:37:47 +00:00 |
global.c
|
Add a new, experimental logging interface designed to aid in debugging of
|
2010-02-18 18:45:09 +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
|
Allow statements like "REPLACE INTO tbl(rowid) VALUES(...)" to run without a statement journal as long as there are no triggers, foreign keys or indexes.
|
2010-02-18 08:19:19 +00:00 |
journal.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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
|
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 |
malloc.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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
|
Correct an assert() in mem2.c (test code only).
|
2010-03-08 15:17: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
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
mutex_noop.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
mutex_os2.c
|
Reorder function declarations in mutex_os2.c. This is a blind change - we
|
2009-12-01 14:31:18 +00:00 |
mutex_unix.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
mutex_w32.c
|
Minor changes to silence compiler warnings on various MSVC builds.
|
2010-03-09 14:41:12 +00:00 |
mutex.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
mutex.h
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
notify.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
os_common.h
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
os_os2.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
os_unix.c
|
Adjustments to #ifdefs so that the #include of <sys/mount.h> is not included
|
2010-03-05 13:53:22 +00:00 |
os_win.c
|
Remove the obsolete sqlite3SafetyOn() mechanism. Add additional logging
|
2010-02-23 17:36:32 +00:00 |
os.c
|
Make the TEMP file tables use the page size set for the main database.
|
2010-01-26 01:25:26 +00:00 |
os.h
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
pager.c
|
Add NEVER and assert macros and explanatory comments for unreachable
|
2010-03-08 21:40:13 +00:00 |
pager.h
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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 |
pcache1.c
|
Avoid unnecessary page cache allocations when move a page while autovacuuming
|
2009-11-20 13:18:14 +00:00 |
pcache.c
|
When TEMP files are in memory, also put the massive TEMP file used by
|
2010-03-02 23:34:54 +00:00 |
pcache.h
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
pragma.c
|
Remove the compile_option pragma (retaining compile_options - with an "s").
|
2010-02-26 15:39:24 +00:00 |
prepare.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 |
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
|
Log all error messages if logging is enabled.
|
2010-02-22 19:32:31 +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
|
Fix an assertion fault that occurs when two different virtual tables are
|
2010-02-24 15:10:14 +00:00 |
shell.c
|
Modify the command line tool to disable all mutexes. The command line tool is single-threaded.
|
2010-03-03 07:23:12 +00:00 |
sqlite3ext.h
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
sqlite.h.in
|
Modify the sqlite3_log() interface and implementation so that it never
|
2010-03-03 22:25:18 +00:00 |
sqliteInt.h
|
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 |
sqliteLimit.h
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
status.c
|
Continuing improvements to error reporting and the sqlite3_log() routine.
|
2010-02-23 20:11:56 +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 to the TCL interface header to allow it to be compiled independently
|
2009-12-01 13:57:48 +00:00 |
test1.c
|
Adjust some #ifdefs so that the build works on Mac both with and without
|
2010-03-05 13:41:06 +00:00 |
test2.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30: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
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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
|
Changes to compile time option diags to report values for some defines.
|
2010-02-24 19:36:10 +00:00 |
test_devsym.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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 obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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 obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +00:00 |
test_osinst.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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_tclvar.c
|
Make sure registers computed for the VFilter opcode are marked invalid
|
2009-11-23 21:23:45 +00:00 |
test_thread.c
|
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
|
2009-11-10 01:30:52 +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
|
When creating a trigger on a main database table when there is a TEMP table
|
2010-02-15 16:54:55 +00:00 |
update.c
|
Add testcase() macros to make sure boundary cases in BEFORE UPDATE triggers
|
2009-12-01 22:09:25 +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
|
When TEMP files are in memory, also put the massive TEMP file used by
|
2010-03-02 23:34:54 +00:00 |
vdbe.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 |
vdbe.h
|
Expire pragma statements when reset, even if they were not run to completion.
|
2010-02-25 14:47:01 +00:00 |
vdbeapi.c
|
Test coverage enhancements. Additional documentation detail on the new
|
2010-02-25 21:27:58 +00:00 |
vdbeaux.c
|
Add NEVER and assert macros and explanatory comments for unreachable
|
2010-03-08 21:40:13 +00:00 |
vdbeblob.c
|
Continuing improvements to error reporting and the sqlite3_log() routine.
|
2010-02-23 20:11:56 +00:00 |
vdbeInt.h
|
Expire pragma statements when reset, even if they were not run to completion.
|
2010-02-25 14:47:01 +00:00 |
vdbemem.c
|
Change a condition in sqlite3VdbeMemShallowCopy() to avoid accessing an unitialized variable (doing so was not dangerous, but caused a valgrind error).
|
2010-03-05 18:46:12 +00:00 |
vdbetrace.c
|
Initialize a variable (unnecessarily) to avoid a compiler warning.
|
2009-11-28 13:46:51 +00:00 |
vtab.c
|
Continuing improvements to error reporting and the sqlite3_log() routine.
|
2010-02-23 20:11:56 +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
|
Make sure the ON clause of a LEFT JOIN does not cause an index to be
|
2010-02-25 04:15:47 +00:00 |