sqlite/src
mistachkin 98486c046f Permit the 'test_fs' test module to be compiled and used on MinGW.
FossilOrigin-Name: ac27f38eef7a241d56124c263d9f8c91f372a77f
2016-01-05 01:48:29 +00:00
..
alter.c Compiler warning fixes: Rename some local variables from "j1" to avoid a 2015-10-10 14:41:28 +00:00
analyze.c Add the sqlite3_strlike() interface, which might be useful for implementing 2015-11-24 21:23:59 +00:00
attach.c Cache the sqlite3_context structure in the P4 operand of VDBE programs 2015-06-26 18:16:52 +00:00
auth.c
backup.c Rename the sqlite3PagerAcquire() function to sqlite3PagerGet(). The former 2015-11-04 20:22:37 +00:00
bitvec.c Fix over-length source code lines. No logic changes. 2015-11-21 17:27:42 +00:00
btmutex.c
btree.c Fix an assert() that might be false for a corrupt database. 2016-01-01 03:37:44 +00:00
btree.h First attempt at enhancing the "PRAGMA cache_spill" statement to accept a 2015-11-12 14:57:19 +00:00
btreeInt.h Reduce the size of the CellInfo object from 32 to 24 bytes on 64-bit machines. 2015-12-18 03:59:16 +00:00
build.c Bug fix: the conflict resolution behavior for the implied NOT NULL constraint 2016-01-03 18:07:57 +00:00
callback.c
complete.c Change sqlite3ApiExit() so that its first argument is never NULL. 2015-06-30 03:13:47 +00:00
ctime.c Make the SQLITE_ENABLE_8_3_NAMES compile-time option available to 2015-12-03 20:50:10 +00:00
date.c Enhance the 'utc' modifier on date/time functions so that if the LHS is 2015-12-23 10:54:48 +00:00
dbstat.c Rename the sqlite3PagerAcquire() function to sqlite3PagerGet(). The former 2015-11-04 20:22:37 +00:00
delete.c When manifesting a view as part of an DELETE or UPDATE, be sure to include 2015-11-19 17:55:11 +00:00
expr.c Fix some harmless gcc compiler warnings. Mostly in fts5, but also two in the core code. 2015-12-23 16:42:27 +00:00
fault.c
fkey.c Changes to the way that the default BINARY collating sequence is recorded 2015-12-30 16:51:20 +00:00
func.c Remove unnecessary tests from the LIKE pattern matcher. Slightly faster and 2015-12-30 14:06:22 +00:00
global.c Changes to the way that the default BINARY collating sequence is recorded 2015-12-30 16:51:20 +00:00
hash.c
hash.h
hwtime.h
insert.c Changes to the way that the default BINARY collating sequence is recorded 2015-12-30 16:51:20 +00:00
journal.c
legacy.c
loadext.c Make the sqlite3_status64(), sqlite3_strlike(), and 2015-12-03 13:43:07 +00:00
main.c Changes to the way that the default BINARY collating sequence is recorded 2015-12-30 16:51:20 +00:00
malloc.c Move pointer range comparisons into a macro, where they can be dealt with 2015-12-10 15:09:17 +00:00
mem0.c
mem1.c Fix a C99-ism and a harmless compiler warning. 2015-10-26 14:54:32 +00:00
mem2.c
mem3.c Performance optimizations to the sqlite3MallocSize() by requiring the 2015-10-15 16:20:57 +00:00
mem5.c Micro-optimizations and comment fixes on the mem5.c memory allocator module. 2015-12-18 16:29:47 +00:00
memjournal.c
msvc.h
mutex_noop.c Add static mutexes for use by the built-in / third-party VFSs and use the built-in VFS mutex where appropriate. 2015-07-03 21:38:09 +00:00
mutex_unix.c Fix some harmless gcc compiler warnings. Mostly in fts5, but also two in the core code. 2015-12-23 16:42:27 +00:00
mutex_w32.c Adjustments to sqlite3MemoryBarrier() when compiling with MSVC and/or WinCE. 2015-10-06 01:44:53 +00:00
mutex.c Import common changes from the mutex initialization branch. 2015-09-12 18:57:45 +00:00
mutex.h Attempt to declare sqlite3MemoryBarrier() correctly for all possible 2015-09-10 04:17:06 +00:00
notify.c
os_common.h
os_setup.h
os_unix.c Fix the openDirectory() routine in the unix VFS so that it works for databases 2015-12-07 18:18:33 +00:00
os_win.c Fix over-length source code lines. No logic changes. 2015-11-21 17:27:42 +00:00
os_win.h
os.c
os.h
pager.c Add untested implementations of experimental APIs sqlite3_snapshot_get(), _open() and _free(). 2015-12-05 20:51:54 +00:00
pager.h Add untested implementations of experimental APIs sqlite3_snapshot_get(), _open() and _free(). 2015-12-05 20:51:54 +00:00
parse.y Create the new TK_ASTERISK token to represent the "*" in "SELECT *". Formerly 2015-11-19 16:33:31 +00:00
pcache1.c Make greater use of the SQLITE_WITHIN macro. 2015-12-16 13:07:35 +00:00
pcache.c Test cases. Minor problems fixed. All appears to work now. 2015-11-12 15:47:48 +00:00
pcache.h First attempt at enhancing the "PRAGMA cache_spill" statement to accept a 2015-11-12 14:57:19 +00:00
pragma.c Always parse the schema *before* running "PRAGMA cache_size", not after. 2015-11-12 22:15:18 +00:00
pragma.h Add the SQLITE_OMIT_PARSER_TRACE compile-time option. 2015-12-15 13:50:22 +00:00
prepare.c
printf.c A new approach to very large sqlite3_mprintf() strings: Back out the 2016-01-04 12:07:27 +00:00
random.c
resolve.c Fix typos in requirements text and update requirements marks. No changes 2015-12-03 22:33:55 +00:00
rowset.c
select.c Improved OOM recovery in the SELECT code generator logic. 2015-12-03 21:47:30 +00:00
shell.c Fix a premature reference to utf8_printf in shell.c. 2016-01-03 11:27:47 +00:00
sqlite3.rc
sqlite3ext.h Make the sqlite3_status64(), sqlite3_strlike(), and 2015-12-03 13:43:07 +00:00
sqlite.h.in Mention that the snapshot interfaces are only available if SQLite is compiled 2015-12-11 03:27:36 +00:00
sqliteInt.h A new approach to very large sqlite3_mprintf() strings: Back out the 2016-01-04 12:07:27 +00:00
sqliteLimit.h
status.c Alternate compiler warning fix for sqlite3StatusHighwater. 2015-10-22 18:06:40 +00:00
table.c
tclsqlite.c Updated testing of cursor-hints. Remove the test_cursorhint.c file and 2015-08-14 20:08:13 +00:00
test1.c Merge unrelated fixes from trunk. 2015-12-09 16:04:06 +00:00
test2.c Rename the sqlite3PagerAcquire() function to sqlite3PagerGet(). The former 2015-11-04 20:22:37 +00:00
test3.c Add mutex operations to test code in test3.c to avoid triggering assert() failures in certain configurations. 2015-10-30 20:54:25 +00:00
test4.c
test5.c
test6.c
test7.c
test8.c Fix some more harmless compiler warnings. 2015-12-16 22:06:52 +00:00
test9.c
test_async.c
test_autoext.c
test_backup.c
test_blob.c
test_btree.c
test_config.c Disable the snapshot test scripts if not compiled with SQLITE_ENABLE_SNAPSHOT. 2015-12-11 03:20:39 +00:00
test_demovfs.c
test_devsym.c
test_fs.c Permit the 'test_fs' test module to be compiled and used on MinGW. 2016-01-05 01:48:29 +00:00
test_func.c Experimental implementation of sqlite3_result_subtype() and 2015-09-10 20:34:56 +00:00
test_hexio.c
test_init.c
test_intarray.c
test_intarray.h
test_journal.c
test_loadext.c Fix some more harmless compiler warnings. 2015-12-16 22:06:52 +00:00
test_malloc.c Changes to avoid obscure, theoretical undefined behavior. This is preventative 2015-12-07 16:43:44 +00:00
test_multiplex.c Improve concurrency in test_multiplex.c. Add a switch to "threadtest3" allowing it to run using the multiplexor VFS. 2015-12-03 11:51:18 +00:00
test_multiplex.h
test_mutex.c Correction to check-in [1025873fdf], tighten up the number of static test mutexes. 2015-07-03 23:29:55 +00:00
test_onefile.c
test_osinst.c
test_pcache.c
test_quota.c
test_quota.h
test_rtree.c
test_schema.c
test_server.c
test_sqllog.c Add support for the SQLITE_SQLLOG_CONDITIONAL environment variable to the logging code in test_sqllog.c. When defined, logging is only performed if the "<database>-sqllog" file is present in the file system when the main database is opened. 2015-11-12 20:12:51 +00:00
test_superlock.c
test_syscall.c
test_tclvar.c Fix harmless compiler warnings in the TCL test harness logic. 2015-11-24 18:04:39 +00:00
test_thread.c
test_vfs.c
test_vfstrace.c
test_windirent.c Add experimental support for the 'test_fs' test module on Win32. 2015-11-30 23:29:07 +00:00
test_windirent.h Add experimental support for the 'test_fs' test module on Win32. 2015-11-30 23:29:07 +00:00
test_wsd.c
threads.c Remove an assert in the windows worker-thread logic that can fail in a race 2015-09-26 01:28:46 +00:00
tokenize.c Performance enhancement to the tokenizer. 2015-11-10 03:30:51 +00:00
treeview.c Enhance TreeView to show WITH clauses. Add an assert to detect the 2015-11-07 15:19:59 +00:00
trigger.c Simplification of the DROP TRIGGER logic using sqlite3NestedParse() instead 2015-12-09 16:26:38 +00:00
update.c Add the "colUsed" field to the sqlite3_index_info structure passed to virtual table xBestIndex methods. To indicate the subset of the virtual table columns that may be required by the current scan. 2015-11-26 19:33:41 +00:00
utf.c Avoid a harmless compiler warning on systems where the byteorder cannot 2015-12-24 14:53:27 +00:00
util.c Fix over-length source code lines. No logic changes. 2015-11-21 17:27:42 +00:00
vacuum.c
vdbe.c Fix a harmless compiler warning. 2016-01-04 03:48:46 +00:00
vdbe.h Merge enhancements from trunk. 2015-09-03 14:39:33 +00:00
vdbeapi.c Fix compiler warnings. 2015-09-19 18:08:13 +00:00
vdbeaux.c Fix a corner case in the opcode-array reuse logic where the number of bytes of 2016-01-04 23:43:47 +00:00
vdbeblob.c Refactor the VdbeCursor object. It is now slightly smaller and faster and is 2015-11-20 19:22:01 +00:00
vdbeInt.h Refactor the VdbeCursor object. It is now slightly smaller and faster and is 2015-11-20 19:22:01 +00:00
vdbemem.c Have the sqlite3VdbeSerialType() function go ahead and compute the serial 2015-10-16 14:54:17 +00:00
vdbesort.c Refactor the VdbeCursor object. It is now slightly smaller and faster and is 2015-11-20 19:22:01 +00:00
vdbetrace.c
vtab.c Remove two unused lines of code - discovered by scan-build. 2015-10-08 02:44:42 +00:00
vxworks.h
wal.c Add a new assert() statement to the snapshot-specific part of sqlite3WalBeginReadTrans(). 2015-12-11 14:59:49 +00:00
wal.h Add untested implementations of experimental APIs sqlite3_snapshot_get(), _open() and _free(). 2015-12-05 20:51:54 +00:00
walker.c A list of arguments following a table name translates into equality 2015-08-19 17:11:37 +00:00
where.c Changes to the way that the default BINARY collating sequence is recorded 2015-12-30 16:51:20 +00:00
wherecode.c Add the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option. 2015-12-01 21:23:07 +00:00
whereexpr.c Fix a problem in whereexpr.c causing a crash while processing a user-function taht accepts zero arguments. 2015-11-24 18:16:15 +00:00
whereInt.h Changes to the way that the default BINARY collating sequence is recorded 2015-12-30 16:51:20 +00:00