sqlite/src
drh bb9a378df3 Simplify the sqlite3_wal_checkpoint() documentation. Add some source code
evidence marks.

FossilOrigin-Name: 026c44ff2c092b14faa19985dd46873aeb8727dc
2014-12-03 18:32:47 +00:00
..
alter.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
analyze.c Always reinitialized the Index.bUnordered and Index.noSkipscan flags before 2014-11-22 21:37:00 +00:00
attach.c All interfaces working and tested. 2014-09-11 15:25:02 +00:00
auth.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
backup.c Have calls to sqlite3_backup_init() fail if there is already a read or read-write transaction open on the destination database. 2014-11-13 14:18:25 +00:00
bitvec.c Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
btmutex.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
btree.c Convert two unreachable branches into assert() statements. 2014-12-02 16:16:47 +00:00
btree.h When a transaction or savepoint rollback occurs, save the positions of all open read-cursors so that they can be restored following the rollback operation. Cherry-pick of check-in [dd03a2802f3f27] 2014-11-13 13:42:39 +00:00
btreeInt.h Improved comments on the BtCursor.skipNext field. No changes to code. 2014-11-17 19:25:15 +00:00
build.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
callback.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
complete.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
ctime.c Fix a typo in the macro name of an #ifdef 2014-10-27 19:39:51 +00:00
date.c Fix harmless typos in comments. 2014-11-07 13:24:29 +00:00
delete.c Fix problems with running UPDATE and DELETE against a VIEW and referencing 2014-10-29 01:26:25 +00:00
expr.c Add new requirements marks associated with the file format documentation. 2014-11-19 16:36:25 +00:00
fault.c
fkey.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
func.c Fix a typo in a requirements mark on the abs() SQL function. 2014-11-20 23:21:23 +00:00
global.c Fix harmless typos in comments. 2014-11-07 13:24:29 +00:00
hash.c Simplify the interface to the symbol table, saving 600 bytes of code space. 2014-08-21 20:26:37 +00:00
hash.h Simplify the interface to the symbol table, saving 600 bytes of code space. 2014-08-21 20:26:37 +00:00
hwtime.h
insert.c Fix the affinity on inserts into the ANALYZE tables. Change the affinity 2014-09-19 20:13:25 +00:00
journal.c On atomic-write capable systems, if copying the contents of an in-memory journal to disk fails, close the (on disk) journal file before returning the error to the caller. This causes the subsequent rollback operation to use the in-memory journal. Fix for [df678d738adb]. 2012-12-18 11:59:39 +00:00
legacy.c Complete the implementation of the various APIs. Fix several problems. 2014-09-10 22:46:46 +00:00
lempar.c Fix a problem with parser memory allocation on 32-bit systems. 2014-09-12 04:28:33 +00:00
loadext.c Change the name of the _texte64() interfaces to just _test64(), without the "e". 2014-09-09 20:30:24 +00:00
main.c Simplify the sqlite3_wal_checkpoint() documentation. Add some source code 2014-12-03 18:32:47 +00:00
malloc.c Change the definition of SQLITE_CONFIG_SCRATCH so that at most one scratch 2014-11-04 14:22:27 +00:00
mem0.c
mem1.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
mem2.c Enhance (and fix) the MEMTYPE tags associated with heap memory allocations 2014-10-07 15:46:54 +00:00
mem3.c Add a target to main.mk that will fail if the amalgamation contains any exported symbols that do not begin with "sqlite3_". Run this target from within releasetest.tcl. Add "static" to a couple of private functions in mem3.c. 2011-07-07 08:19:16 +00:00
mem5.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
memjournal.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
mutex_noop.c Add three new static mutexes for use by the application. This is a partial 2014-07-30 21:10:12 +00:00
mutex_unix.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
mutex_w32.c Fix compiler warnings on WinCE. 2014-08-14 18:31:56 +00:00
mutex.c Add special handling for static mutexes in sqlite3_mutex_alloc() when automatic calls to sqlite3_initialize() are enabled. 2014-10-27 22:06:21 +00:00
mutex.h Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
notify.c Split the sqlite3Error() routine into sqlite3Error() and 2014-08-22 18:00:11 +00:00
os_common.h The server1.test script should only run if mutexes are functional. 2011-08-31 19:40:58 +00:00
os_setup.h Fix several header file comments. No changes to code. 2014-05-05 17:43:28 +00:00
os_unix.c Disable shared memory operations using the unix-nolock VFS. 2014-09-22 03:22:27 +00:00
os_win.c For the Win32 VFS, allow memory mapped files to work when compiled without WAL support. 2014-11-04 19:37:22 +00:00
os_win.h Fix compiler warnings on WinCE. 2014-08-14 18:31:56 +00:00
os.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
os.h Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
pager.c Add new requirements marks associated with the file format documentation. 2014-11-19 16:36:25 +00:00
pager.h Fix some minor formatting and code organization issues. 2014-10-24 16:40:49 +00:00
parse.y Avoid a NULL pointer deference when processing the IS operator if the 2014-10-02 21:52:35 +00:00
pcache1.c Add the SQLITE_CONFIG_PCACHE_HDRSZ option for sqlite3_config(). 2014-11-04 12:11:23 +00:00
pcache.c Add the SQLITE_CONFIG_PCACHE_HDRSZ option for sqlite3_config(). 2014-11-04 12:11:23 +00:00
pcache.h Add the SQLITE_CONFIG_PCACHE_HDRSZ option for sqlite3_config(). 2014-11-04 12:11:23 +00:00
pragma.c Add the SQLITE_CHECKPOINT_TRUNCATE option. 2014-12-02 19:04:54 +00:00
prepare.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
printf.c Fix the %c format character in sqlite3VXPrintf() so that it correctly handles precisions larger than 70. 2014-11-12 14:12:28 +00:00
random.c Remove a small amount of unnecessary #ifdeffery from random.c. 2014-10-27 20:14:02 +00:00
resolve.c Increase the resolution of the second parameter to the likelihood() SQL 2014-10-25 13:42:16 +00:00
rowset.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
select.c Remove the OPFLAG_CLEARCACHE flag from OP_Column. In its place, change the 2014-10-13 13:00:58 +00:00
shell.c Remove the ill-designed "-end" option from the command-line shell. Instead, 2014-11-28 13:35:03 +00:00
sqlite3.rc Add icon to the Windows shell executable. This is a resource change only, no changes to code. 2014-08-14 02:59:51 +00:00
sqlite3ext.h Change the name of the _texte64() interfaces to just _test64(), without the "e". 2014-09-09 20:30:24 +00:00
sqlite.h.in Simplify the sqlite3_wal_checkpoint() documentation. Add some source code 2014-12-03 18:32:47 +00:00
sqliteInt.h Adding the "noskipscan" token to an sqlite_stat1.stat field prevents an 2014-11-15 19:08:13 +00:00
sqliteLimit.h Refactoring the mmap interface. The controlling pragma is now "mmap_size" 2013-04-15 17:03:42 +00:00
status.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
table.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
tclsqlite.c Add new test file e_blobopen.test, containing tests for sqlite3_blob_open(). 2014-11-07 14:41:11 +00:00
test1.c Add the SQLITE_CHECKPOINT_TRUNCATE option. 2014-12-02 19:04:54 +00:00
test2.c Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register a 2014-05-16 14:17:01 +00:00
test3.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test4.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test5.c Experimental simplification of memory flags/type handling. 2014-03-05 01:29:18 +00:00
test6.c Add the SQLITE_FCNTL_SYNC and SQLITE_FCNTL_COMMIT_PHASETWO file-controls 2013-12-11 15:47:39 +00:00
test7.c Changes to test code to make sure no server threads are left running after server1.test finishes. 2013-10-15 15:35:27 +00:00
test8.c Fixes for various clang warnings. 2014-01-24 22:58:00 +00:00
test9.c
test_async.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test_autoext.c Adjust #ifdefs in test_autoext.c so that it compiles with 2013-08-06 18:35:31 +00:00
test_backup.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test_blob.c Add new test file e_blobopen.test, containing tests for sqlite3_blob_open(). 2014-11-07 14:41:11 +00:00
test_btree.c Combine the various boolean fields of the BtCursor object into a single 2014-03-11 23:40:44 +00:00
test_config.c Add new test file e_blobopen.test, containing tests for sqlite3_blob_open(). 2014-11-07 14:41:11 +00:00
test_demovfs.c Adjust #ifdefs in test_autoext.c so that it compiles with 2013-08-06 18:35:31 +00:00
test_devsym.c
test_fs.c Adjust #ifdefs in test_autoext.c so that it compiles with 2013-08-06 18:35:31 +00:00
test_func.c Add the Mem.szMalloc element to the Mem object and use it to keep track of 2014-09-18 21:25:33 +00:00
test_hexio.c Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in 2012-04-19 18:04:28 +00:00
test_init.c Remove unnecessary memset() calls from test code. 2013-10-03 11:27:56 +00:00
test_intarray.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
test_intarray.h Add SQLITE_API macros in front of interface routines in the test_intarray.c 2014-08-20 13:25:06 +00:00
test_journal.c Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in 2012-04-19 18:04:28 +00:00
test_loadext.c Enhance testing support for the Win32 VFS dynamic extension loading facilities. 2014-02-24 21:20:25 +00:00
test_malloc.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
test_multiplex.c Add the "multiplex_truncate" PRAGMA to the multiplexor extension, for 2014-09-23 18:30:00 +00:00
test_multiplex.h Add the "eForce" parameter to the sqlite3_multiplex_shutdown() entry point 2014-07-30 15:43:05 +00:00
test_mutex.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test_onefile.c Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in 2012-04-19 18:04:28 +00:00
test_osinst.c Further work on Windows header file reform. 2013-11-26 01:00:31 +00:00
test_pcache.c Merge the PCACHE2 changes into trunk. 2011-11-16 18:08:07 +00:00
test_quota.c Further work on Windows header file reform. 2013-11-26 01:00:31 +00:00
test_quota.h Further work on Windows header file reform. 2013-11-26 01:00:31 +00:00
test_rtree.c Add the sqlite3_rtree_query_callback() API to the RTree virtual table. 2014-04-28 17:56:19 +00:00
test_schema.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
test_server.c Changes to test code to make sure no server threads are left running after server1.test finishes. 2013-10-15 15:35:27 +00:00
test_sqllog.c Enhanced documentation for the SQLITE_CONFIG_SQLLOG mechanism and the 2013-04-22 13:51:09 +00:00
test_stat.c A pair of sqlite3_analyzer bug fixes: (1) quote strings in the SQL at the end 2013-11-02 11:34:58 +00:00
test_superlock.c Work around restriction in Windows file locking. 2010-12-07 17:12:21 +00:00
test_syscall.c Add a test to ensure os_unix.c works with 64KiB OS pages. 2014-03-20 09:42:09 +00:00
test_tclvar.c
test_thread.c More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. 2013-04-29 03:09:10 +00:00
test_vfs.c Add test cases and documentation for the nolock and immutable query 2014-05-07 15:09:24 +00:00
test_vfstrace.c Add the sqlite3_rtree_query_callback() API to the RTree virtual table. 2014-04-28 17:56:19 +00:00
test_wsd.c
threads.c Changes to work around Win32 and MSVCRT APIs that are not present on Windows CE 200x. 2014-10-16 18:34:50 +00:00
tokenize.c Change that might allow SQLite to build and work using the EBCDIC character 2014-09-25 02:44:29 +00:00
trigger.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
update.c Fix problems with running UPDATE and DELETE against a VIEW and referencing 2014-10-29 01:26:25 +00:00
utf.c Add the Mem.szMalloc element to the Mem object and use it to keep track of 2014-09-18 21:25:33 +00:00
util.c Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in 2014-10-24 00:35:58 +00:00
vacuum.c Fix harmless typos in comments. 2014-11-07 13:24:29 +00:00
vdbe.c Add the SQLITE_CHECKPOINT_TRUNCATE option. 2014-12-02 19:04:54 +00:00
vdbe.h Change the SQLITE_SCANSTAT_EST parameter so that it returns a double for 2014-11-06 03:55:10 +00:00
vdbeapi.c Add the SQLITE_SCANSTAT_SELECTID metric. Use it to improve the 2014-11-06 04:42:20 +00:00
vdbeaux.c Work around overzealous NULL pointer checking in memcpy() and memset() for 2014-12-02 13:46:53 +00:00
vdbeblob.c Add test file e_blobwrite.test, containing tests for the sqlite3_blob_write() interface. 2014-11-10 17:53:03 +00:00
vdbeInt.h Add the SQLITE_SCANSTAT_SELECTID metric. Use it to improve the 2014-11-06 04:42:20 +00:00
vdbemem.c Rearrange an expression in vdbemem.c to avoid a (harmless) reference to a possibly unitialized variable. 2014-10-15 11:31:35 +00:00
vdbesort.c Fix an integer overflow bug in vdbesort.c. 2014-11-25 18:59:55 +00:00
vdbetrace.c Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. Add alternative 2014-09-30 12:33:33 +00:00
vtab.c Fix a buffer overread during compilation of CREATE VIRTUAL TABLE statements that featured an explicit database name but no virtual table arguments. For example, "CREATE VIRTUAL TABLE main.ft USING fts4". 2014-11-27 11:36:36 +00:00
wal.c When attempting to restart a wal file, make any required calls to sqlite3_randomness() before waiting on or checking for wal file readers. This restores the behaviour exhibited by the trunk. 2014-12-02 19:35:09 +00:00
wal.h Minor fixes for compilation with SQLITE_OMIT_WAL defined. 2013-05-02 17:37:31 +00:00
walker.c Fix typos in comments. No code changes. 2014-09-06 16:39:46 +00:00
where.c Fix an error in the comments from the previous check-in. 2014-11-22 19:52:10 +00:00
whereInt.h Remove unused variable from struct WhereInfo. Add some explanatory comments to new code. 2014-11-03 11:25:32 +00:00