.. |
alter.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
analyze.c
|
Improved VDBE comments on the ANALYZE code generator. This change
|
2020-05-30 00:30:08 +00:00 |
attach.c
|
Simplify some of the code modified by the previous commit.
|
2020-03-21 20:58:05 +00:00 |
auth.c
|
The sqlite3_set_authorizer() interface should only expire prepared statements
|
2019-08-01 22:48:45 +00:00 |
backup.c
|
Fix the handling of reserve-bytes so that the maximum value of 255 can be used.
|
2020-05-07 01:56:57 +00:00 |
bitvec.c
|
|
|
btmutex.c
|
Avoid many unnecessary calls to sqlite3ReadSchema() and sqlite3Init() when
|
2018-04-25 12:01:45 +00:00 |
btree.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
btree.h
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
btreeInt.h
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
build.c
|
Work around a bug (an incorrect warning) in Clang-8.
|
2020-06-20 03:43:46 +00:00 |
callback.c
|
Change the sqlite3.pDfltColl (the default collating sequence for the
|
2020-03-05 16:13:24 +00:00 |
complete.c
|
|
|
ctime.c
|
Add support for PRAGMA analyze_limit and approximate analysis.
|
2020-05-02 03:46:32 +00:00 |
date.c
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
dbpage.c
|
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
|
2020-01-07 19:45:40 +00:00 |
dbstat.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
delete.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
expr.c
|
Fix a possible null pointer deref following OOM. Discovered by dbsqlfuzz.
|
2020-06-26 04:34:28 +00:00 |
fault.c
|
|
|
fkey.c
|
During byte-code generation, strive to avoid jumps that merely jump to the
|
2020-02-07 19:44:13 +00:00 |
func.c
|
Use the sqlite3Realloc() interface internally, rather than the public
|
2020-05-17 00:26:44 +00:00 |
global.c
|
Provide the ability to use the SELECTTRACE() debugging macro outside of the
|
2020-06-11 00:57:09 +00:00 |
hash.c
|
Fixes for harmless compiler warnings.
|
2019-04-13 14:07:57 +00:00 |
hash.h
|
Fixes for harmless compiler warnings.
|
2019-04-13 14:07:57 +00:00 |
hwtime.h
|
Changes to extensions and test logic so that the build works with gcc
|
2019-11-20 12:07:40 +00:00 |
in-operator.md
|
|
|
insert.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
legacy.c
|
Ensure that the sqlite3_exec() callback gets the correct number of columns
|
2019-02-04 19:12:54 +00:00 |
loadext.c
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
main.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
malloc.c
|
Use the sqlite3Realloc() interface internally, rather than the public
|
2020-05-17 00:26:44 +00:00 |
mem0.c
|
|
|
mem1.c
|
|
|
mem2.c
|
|
|
mem3.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
mem5.c
|
|
|
memdb.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
memjournal.c
|
Always check for reads past the end of the file on the in-memory journal
|
2019-08-14 15:17:21 +00:00 |
msvc.h
|
Correction to the #if in the previous check-in.
|
2019-04-24 04:53:01 +00:00 |
mutex_noop.c
|
|
|
mutex_unix.c
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
mutex_w32.c
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
mutex.c
|
Add new memory barriers during initialization.
|
2020-01-29 13:10:50 +00:00 |
mutex.h
|
Disable sqlite3_drop_module() tests when virtual tables are omitted from
|
2019-10-02 00:25:08 +00:00 |
notify.c
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
os_common.h
|
|
|
os_setup.h
|
|
|
os_unix.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
os_win.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
os_win.h
|
|
|
os.c
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
os.h
|
|
|
pager.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
pager.h
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
parse.y
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
pcache1.c
|
Patch to the page cache to avoid harmless pointer arithmetic that due to bugs
|
2019-12-13 21:24:46 +00:00 |
pcache.c
|
Add new assert() statements in an attempt to help static analyzers avoid
|
2019-07-16 19:44:32 +00:00 |
pcache.h
|
Fix a problem reading from temp databases in SQLITE_DIRECT_OVERFLOW_READ
|
2018-11-22 19:10:14 +00:00 |
pragma.c
|
Fix the handling of reserve-bytes so that the maximum value of 255 can be used.
|
2020-05-07 01:56:57 +00:00 |
pragma.h
|
Add "PRAGMA analysis_limit=N;" to limit the number of rows visited by
|
2020-03-31 20:57:06 +00:00 |
prepare.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
printf.c
|
Extra assert() statements in the printf() logic.
|
2020-05-25 15:41:03 +00:00 |
random.c
|
|
|
resolve.c
|
When rewriting a query for window functions, if the rewrite changes the
|
2020-05-24 03:38:37 +00:00 |
rowset.c
|
Fix typos in RowSet.
|
2020-03-09 03:21:33 +00:00 |
select.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
shell.c.in
|
Add the ieee754_mantissa() and ieee754_exponent() functions to the iee754
|
2020-06-24 15:06:29 +00:00 |
sqlite3.rc
|
|
|
sqlite3ext.h
|
Add the sqlite3_database_file_object() interface to sqlite3ext.h.
|
2020-04-21 19:27:08 +00:00 |
sqlite.h.in
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
sqliteInt.h
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
sqliteLimit.h
|
Increase the default upper bound on the number of parameters in a single
|
2020-02-12 20:50:20 +00:00 |
status.c
|
Refactor names. Use "small" instead of "mini" to describe the smaller
|
2019-12-31 15:12:34 +00:00 |
table.c
|
Use the sqlite3Realloc() interface internally, rather than the public
|
2020-05-17 00:26:44 +00:00 |
tclsqlite.c
|
Enhancements to long-path support in the Win32 VFS.
|
2020-05-15 01:18:07 +00:00 |
test1.c
|
An extension for doing decimal arithmetic on strings.
|
2020-06-22 19:12:23 +00:00 |
test2.c
|
|
|
test3.c
|
Change sqlite3BtreeBeginTrans() to return the BTREE_SCHEMA_COOKIE, for a
|
2018-06-06 16:28:40 +00:00 |
test4.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
test5.c
|
|
|
test6.c
|
|
|
test7.c
|
|
|
test8.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
test9.c
|
|
|
test_async.c
|
|
|
test_autoext.c
|
|
|
test_backup.c
|
|
|
test_bestindex.c
|
|
|
test_blob.c
|
|
|
test_btree.c
|
|
|
test_config.c
|
Simplify the code by removing the unsupported and undocumented
|
2020-02-07 01:12:53 +00:00 |
test_delete.c
|
|
|
test_demovfs.c
|
Revise the SQLITE_OPEN_NOFOLLOW so that it actually uses O_NOFOLLOW in the
|
2019-11-22 00:42:01 +00:00 |
test_devsym.c
|
As it requires wal mode support, do not run test file chunksize.test as part of the "journaltest" permutation.
|
2019-07-04 19:19:08 +00:00 |
test_fs.c
|
Fix a bug in test module test_fs.c causing a segfault on OpenBSD.
|
2019-04-15 19:17:50 +00:00 |
test_func.c
|
Initial implementation of the sqlite3_value_frombind() interface.
|
2019-03-29 11:13:37 +00:00 |
test_hexio.c
|
Fix a harmless unused variable warning in the test logic.
|
2019-09-21 18:49:12 +00:00 |
test_init.c
|
|
|
test_intarray.c
|
Tweaks to the test_intarray documentation and tests.
|
2018-10-31 18:24:29 +00:00 |
test_intarray.h
|
Tweaks to the test_intarray documentation and tests.
|
2018-10-31 18:24:29 +00:00 |
test_journal.c
|
Update an assert() in test_journal.c to take the new "VACUUM INTO" functionality into account.
|
2019-02-06 20:12:00 +00:00 |
test_loadext.c
|
|
|
test_malloc.c
|
In the OOM testing logic, add the sqlite3FirstFault() routine as a place to
|
2018-05-24 17:38:00 +00:00 |
test_md5.c
|
|
|
test_multiplex.c
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
test_multiplex.h
|
|
|
test_mutex.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
test_onefile.c
|
Fix a problem with the handling of SQLITE_FCNTL_PRAGMA in the test_onefile.c
|
2018-11-07 14:39:22 +00:00 |
test_osinst.c
|
Refactoring various names. No changes in the resulting machine code.
|
2020-06-19 11:34:57 +00:00 |
test_pcache.c
|
|
|
test_quota.c
|
|
|
test_quota.h
|
|
|
test_rtree.c
|
|
|
test_schema.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
test_server.c
|
|
|
test_sqllog.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
test_superlock.c
|
|
|
test_syscall.c
|
|
|
test_tclsh.c
|
If the library is built with SQLITE_VDBE_COVERAGE defined, have the Tcl tests generate a vdbe coverage report in file testdir/vdbe_coverage.txt.
|
2019-04-01 17:24:20 +00:00 |
test_tclvar.c
|
|
|
test_thread.c
|
Simplify the code by removing the unsupported and undocumented
|
2020-02-07 01:12:53 +00:00 |
test_vdbecov.c
|
Add a test case to cover a missed VDBE branch generated by window.c.
|
2019-04-01 18:43:09 +00:00 |
test_vfs.c
|
Revise the SQLITE_OPEN_NOFOLLOW so that it actually uses O_NOFOLLOW in the
|
2019-11-22 00:42:01 +00:00 |
test_vfstrace.c
|
|
|
test_windirent.c
|
|
|
test_windirent.h
|
Skip defining WIN32_LEAN_AND_MEAN when it is already defined.
|
2018-01-23 07:11:05 +00:00 |
test_window.c
|
Fix harmless compiler warning.
|
2018-07-22 20:24:38 +00:00 |
test_wsd.c
|
|
|
threads.c
|
|
|
tokenize.c
|
Use __atomic_load_n() and __atomic_store_n() for a few more things where they are available.
|
2020-03-30 13:35:05 +00:00 |
treeview.c
|
Improved tree-view debugging output for aggregate functions.
|
2020-06-09 11:59:15 +00:00 |
trigger.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
update.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
upsert.c
|
If an UPSERT can cause an Abort due to a constraint failure, make sure
|
2019-12-26 23:40:33 +00:00 |
utf.c
|
Work around a bug in clang-11.0.0.
|
2020-06-04 02:50:47 +00:00 |
util.c
|
Performance improvement for column name lookup.
|
2020-04-06 18:16:31 +00:00 |
vacuum.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
vdbe.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
vdbe.h
|
Infrastructure for the bytecode() table-valued function. The function itself
|
2020-03-23 15:49:22 +00:00 |
vdbeapi.c
|
Adjust some requirement marks. No changes to code.
|
2020-05-15 15:03:51 +00:00 |
vdbeaux.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |
vdbeblob.c
|
Fix a problem that could cause a crash if a blob handle were closed after the associated database handle was closed using sqlite3_close_v2().
|
2019-07-15 13:58:28 +00:00 |
vdbeInt.h
|
Fix another harmless compiler warning.
|
2020-04-02 13:08:54 +00:00 |
vdbemem.c
|
Remove an invalid assert() on the debugging logic that checks to ensure that
|
2020-03-03 20:04:29 +00:00 |
vdbesort.c
|
Faster decoding of 32-bit variable-length integers in cases were we do not
|
2020-01-28 20:27:42 +00:00 |
vdbetrace.c
|
Make MEM_IntReal a completely independent type, meaning a floating point
|
2019-05-02 21:36:26 +00:00 |
vdbevtab.c
|
Fix another build problem for SQLITE_OMIT_VIRTUALTABLE builds.
|
2020-05-15 16:19:35 +00:00 |
vtab.c
|
Further refactoring of the schema table name.
|
2020-06-19 13:33:53 +00:00 |
vxworks.h
|
|
|
wal.c
|
Use AtomicStore() to set values in the wal-index hash table.
|
2020-06-04 16:07:51 +00:00 |
wal.h
|
Block on the WRITER lock when attempting to run recovery.
|
2020-05-06 19:14:41 +00:00 |
walker.c
|
Move some utility Walker callbacks into the walker.c source file, as they
|
2020-05-24 03:01:36 +00:00 |
where.c
|
Improve the query planner so that it is better able to find full
|
2020-06-03 03:00:09 +00:00 |
wherecode.c
|
Ensure that the NULL-scan pass counter is initialized when a ORDER BY NULLS LAST
|
2020-03-02 01:16:33 +00:00 |
whereexpr.c
|
A better (smaller and faster) solution to ticket [4374860b29383380].
|
2020-02-17 19:25:07 +00:00 |
whereInt.h
|
Rework this changes so that instead of setting the WhereTerm.truthProb when
|
2020-02-24 16:46:08 +00:00 |
window.c
|
Extend the refactoring into extensions. Clean up stray newlines.
|
2020-06-19 15:24:12 +00:00 |