.. |
alter.c
|
Rename SQLITE_AFF_NONE to SQLITE_AFF_BLOB.
|
2015-06-02 15:32:08 +00:00 |
analyze.c
|
Fix a memory leak caused by duplicate entries in the sqlite_stat1 table.
|
2015-04-20 15:13:08 +00:00 |
attach.c
|
Remove unnecessary parser error count increments. Let the sqlite3ErrorMsg()
|
2015-04-17 18:22:53 +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
|
Keep track of the optimal number of reserved bytes (by looking at reserve
|
2015-02-21 00:19:25 +00:00 |
bitvec.c
|
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
|
2015-04-29 16:50:28 +00:00 |
btmutex.c
|
Add an assert() to check that the database mutex is held in sqlite3BtreeLeave().
|
2015-03-19 15:04:23 +00:00 |
btree.c
|
More simplifications and performance improvements to cell allocation
|
2015-06-25 18:36:13 +00:00 |
btree.h
|
Provide the BTREE_SEEK_EQ hint to the b-tree layer.
|
2015-03-20 14:57:50 +00:00 |
btreeInt.h
|
Enhance the Btree object to remember whether or not it is holding an
|
2015-06-25 13:03:10 +00:00 |
build.c
|
Ensure that the CREATE TABLE AS statement correctly undoes partial changes
|
2015-06-16 16:39:01 +00:00 |
callback.c
|
Fix typos in comments. No code changes.
|
2014-09-06 16:39:46 +00:00 |
complete.c
|
Remove a variable initializion to silence a harmless compiler warning.
|
2015-04-09 11:24:03 +00:00 |
ctime.c
|
Add an entry to sqlite3_compileoption_used() for
|
2015-05-07 20:26:20 +00:00 |
date.c
|
Improvements to compile-time-option hygiene. Use "#if OPTION" instead of
|
2015-01-10 16:49:23 +00:00 |
dbstat.c
|
Attempt to get DBSTAT to compile without warnings across all build
|
2015-05-12 19:10:18 +00:00 |
delete.c
|
When generating code for partial indexes, be sure not to modify the
|
2015-06-11 13:58:35 +00:00 |
expr.c
|
Make sure that the likelihood() function does not mess up generation of
|
2015-06-20 13:18:34 +00:00 |
fault.c
|
|
|
fkey.c
|
Ensure that tables names are dequoted exactly once by the trigger logic.
|
2015-04-21 16:38:49 +00:00 |
func.c
|
Performance optimization and comment fixes for the LIKE and GLOB operators.
|
2015-06-17 13:20:54 +00:00 |
global.c
|
Fix errors in the EBCDIC upper-case to lower-case translation table.
|
2015-02-19 17:16:14 +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
|
When generating code for partial indexes, be sure not to modify the
|
2015-06-11 13:58:35 +00:00 |
journal.c
|
|
|
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
|
Fix harmless compiler warnings.
|
2015-06-15 14:43:25 +00:00 |
main.c
|
Fix harmless compiler warnings.
|
2015-06-15 14:43:25 +00:00 |
malloc.c
|
Simplifications to error message processing. Fix a possible problem in error
|
2015-05-15 04:13:15 +00:00 |
mem0.c
|
|
|
mem1.c
|
Improvements to compile-time-option hygiene. Use "#if OPTION" instead of
|
2015-01-10 16:49:23 +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
|
|
|
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 |
msvc.h
|
Minor build enhancements for MSVC.
|
2015-04-10 21:16:11 +00:00 |
mutex_noop.c
|
Improvements to SQLITE_ENABLE_API_ARMOR.
|
2015-02-13 16:36:14 +00:00 |
mutex_unix.c
|
Improvements to SQLITE_ENABLE_API_ARMOR.
|
2015-02-13 16:36:14 +00:00 |
mutex_w32.c
|
Make sure the sqlite3_mutex.id field is initialized in the Win32
|
2015-02-25 14:25:31 +00:00 |
mutex.c
|
Fix harmless compiler warnings.
|
2015-06-15 14:43:25 +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
|
Move OSTRACE defines so they are visible to all source files that need them.
|
2015-04-16 03:56:32 +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
|
Fix signed/unsigned comparison compiler warnings. Add the
|
2015-04-30 12:31:49 +00:00 |
os_win.c
|
Do not attempt to take any write lock on a read-only database on Windows.
|
2015-05-28 00:54:35 +00:00 |
os_win.h
|
Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero.
|
2015-01-19 20:05:53 +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
|
Fix an obsolete comment - no changes to code.
|
2015-05-25 10:29:52 +00:00 |
pager.h
|
Change the way the "incremental checkpoint" function of OTA works in order to reduce the effect on the SQLite core code.
|
2015-02-14 18:58:22 +00:00 |
parse.y
|
Using "SELECT ALL" instead of just "SELECT" on a query that uses a single
|
2015-05-29 01:35:19 +00:00 |
pcache1.c
|
Fix harmless compiler warnings.
|
2015-06-15 14:43:25 +00:00 |
pcache.c
|
Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirements
|
2015-02-27 21:53:35 +00:00 |
pcache.h
|
Add the SQLITE_CONFIG_PCACHE_HDRSZ option for sqlite3_config().
|
2014-11-04 12:11:23 +00:00 |
pragma.c
|
Fix harmless compiler warnings seen with MSVC 2015.
|
2015-04-19 21:43:16 +00:00 |
pragma.h
|
Add the "PRAGMA cell_size_check=ON" command.
|
2015-05-27 03:46:18 +00:00 |
prepare.c
|
Simplifications to error message processing. Fix a possible problem in error
|
2015-05-15 04:13:15 +00:00 |
printf.c
|
Fix typo in comment. No changes to code.
|
2015-06-08 17:42:57 +00:00 |
random.c
|
Remove a small amount of unnecessary #ifdeffery from random.c.
|
2014-10-27 20:14:02 +00:00 |
resolve.c
|
Test that the left and right sides of a compound SELECT operator have the same number of expressions in the expanded expression list before beginning to generate code.
|
2015-06-23 12:19:55 +00:00 |
rowset.c
|
Fix typos in comments. No code changes.
|
2014-09-06 16:39:46 +00:00 |
select.c
|
Mark some branches as unreachable after the recent change that recognizes
|
2015-06-23 23:31:52 +00:00 |
shell.c
|
Improve spacing and comment style for the shell. No changes to code.
|
2015-06-17 18:57:37 +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
|
Fix harmless compiler warnings.
|
2015-06-15 14:43:25 +00:00 |
sqlite.h.in
|
Comment typo fix. No code changes.
|
2015-06-15 10:49:01 +00:00 |
sqliteInt.h
|
Test that the left and right sides of a compound SELECT operator have the same number of expressions in the expanded expression list before beginning to generate code.
|
2015-06-23 12:19:55 +00:00 |
sqliteLimit.h
|
Remove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE. Add requirements
|
2015-02-27 21:53:35 +00:00 |
status.c
|
Suppress a compiler warning that was appearing with SQLITE_THREADSAFE=0.
|
2015-03-24 18:19:39 +00:00 |
table.c
|
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
|
2015-04-29 16:50:28 +00:00 |
tclsqlite.c
|
Merge latest trunk changes with this branch.
|
2015-05-14 08:58:52 +00:00 |
test1.c
|
Revamp the way the DBSTAT virtual table is registered.
|
2015-05-11 11:59:15 +00:00 |
test2.c
|
Harmless compiler warning fixes for 'testfixture' and the miscellaneous extensions when built with the MSVC makefile.
|
2015-01-12 19:49:46 +00:00 |
test3.c
|
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
|
2015-01-19 00:35:53 +00:00 |
test4.c
|
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
|
2015-01-19 00:35:53 +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
|
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
|
2015-01-19 00:35:53 +00:00 |
test8.c
|
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
|
2015-01-19 00:35:53 +00:00 |
test9.c
|
|
|
test_async.c
|
|
|
test_autoext.c
|
|
|
test_backup.c
|
First small steps toward brining trunk and apple-osx closer together.
|
2015-02-19 00:29:11 +00:00 |
test_blob.c
|
Add #ifdef statements to test_blob.c so that it will build
|
2015-05-05 11:08:02 +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
|
Merge recent trunk enhancements into the ota-update branch.
|
2015-03-09 13:24:46 +00:00 |
test_demovfs.c
|
First small steps toward brining trunk and apple-osx closer together.
|
2015-02-19 00:29:11 +00:00 |
test_devsym.c
|
|
|
test_fs.c
|
|
|
test_func.c
|
Extra tests for commit [0f250957].
|
2015-03-13 08:31:54 +00:00 |
test_hexio.c
|
|
|
test_init.c
|
|
|
test_intarray.c
|
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
|
2015-04-29 16:50:28 +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 warning in an assert() statement.
|
2015-01-12 20:25:33 +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 harmless compiler warnings seen with MSVC 2015.
|
2015-04-19 21:43:16 +00:00 |
test_multiplex.c
|
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
|
2015-04-29 16:50:28 +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
|
|
|
test_onefile.c
|
Fix harmless compiler warnings seen with MSVC 2015.
|
2015-04-19 21:43:16 +00:00 |
test_osinst.c
|
Fix harmless compiler warnings seen with MSVC 2015.
|
2015-04-19 21:43:16 +00:00 |
test_pcache.c
|
|
|
test_quota.c
|
Silence some harmless uninitialized local variable warnings.
|
2015-01-12 19:59:12 +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_value_dup() and sqlite3_value_free() interfaces. Use
|
2015-05-20 21:28:32 +00:00 |
test_schema.c
|
Fix typos in comments. No code changes.
|
2014-09-06 16:39:46 +00:00 |
test_server.c
|
|
|
test_sqllog.c
|
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
|
2015-01-19 00:35:53 +00:00 |
test_superlock.c
|
First small steps toward brining trunk and apple-osx closer together.
|
2015-02-19 00:29:11 +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
|
Eliminate all use of sprintf(), strcpy() and strcat() from test logic because
|
2015-01-19 00:35:53 +00:00 |
test_vfs.c
|
Fix harmless compiler warnings seen with MSVC 2015.
|
2015-04-19 21:43:16 +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
|
Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero.
|
2015-01-19 20:05:53 +00:00 |
tokenize.c
|
Fix harmless compiler warnings.
|
2015-06-15 14:43:25 +00:00 |
treeview.c
|
Show the values of Expr.flag in the AST of ".selecttrace"
|
2015-06-18 14:09:13 +00:00 |
trigger.c
|
Ensure that tables names are dequoted exactly once by the trigger logic.
|
2015-04-21 16:38:49 +00:00 |
update.c
|
The SRT_Table type for the SelectDest object is now just an SRT_EphemTab for
|
2015-05-22 17:29:27 +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
|
Disregard leading zeros when converting strings to 32-bit integers.
|
2015-04-18 04:45:00 +00:00 |
vacuum.c
|
When vacuuming an index that uses no collations other than BINARY, assume that the order of index entries will not be changed by the VACUUM.
|
2015-04-01 18:20:25 +00:00 |
vdbe.c
|
Fix the progress handler so that it does not fire too soon during an
|
2015-06-24 14:36:27 +00:00 |
vdbe.h
|
Add a new opcode to the VDBE that gives the b-tree a hint about the set
|
2015-06-05 15:59:57 +00:00 |
vdbeapi.c
|
Make sure sqlite3_value_dup() works correctly even for sqlite3_value
|
2015-05-22 21:04:54 +00:00 |
vdbeaux.c
|
Optimizations to two VDBE accessory routines for a 0.2% performance increase.
|
2015-06-17 01:31:28 +00:00 |
vdbeblob.c
|
Fix potential 32-bit integer overflow problems on the offset and length
|
2015-02-07 15:16:35 +00:00 |
vdbeInt.h
|
Add a new opcode to the VDBE that gives the b-tree a hint about the set
|
2015-06-05 15:59:57 +00:00 |
vdbemem.c
|
Performance improvement in sqlite3VdbeMemShallowCopy() for the common
|
2015-06-17 23:28:03 +00:00 |
vdbesort.c
|
Reorganize some multi-threaded code in vdbesort.c so that full MC/DC test coverage does not depend on the outcome of a race condition.
|
2015-05-02 12:40:12 +00:00 |
vdbetrace.c
|
Cleanup of the sqlite3StrAccumInit() function. No functionality changes.
|
2015-05-02 11:45:53 +00:00 |
vtab.c
|
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
|
2015-04-29 16:50:28 +00:00 |
vxworks.h
|
Changes so that the amalgamation and the command-line shell build without
|
2015-03-02 22:06:43 +00:00 |
wal.c
|
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
|
2015-04-29 16:50:28 +00:00 |
wal.h
|
Change the way the "incremental checkpoint" function of OTA works in order to reduce the effect on the SQLite core code.
|
2015-02-14 18:58:22 +00:00 |
walker.c
|
Fix typos in comments. No code changes.
|
2014-09-06 16:39:46 +00:00 |
where.c
|
Add the OP_ColumnsUsed opcode (when compiled with
|
2015-06-12 12:54:15 +00:00 |
wherecode.c
|
Split out the bulk of the actual VDBE code generation logic from where.c
|
2015-06-06 20:12:09 +00:00 |
whereexpr.c
|
Split more subfunctions of where.c out into a new whereexpr.c source file,
|
2015-06-08 14:23:15 +00:00 |
whereInt.h
|
Split more subfunctions of where.c out into a new whereexpr.c source file,
|
2015-06-08 14:23:15 +00:00 |