sqlite/src
drh c2e400af04 New assert() statements to validate OP_OpenEphemeral logic.
FossilOrigin-Name: 6d55c3e238e06c6727f3e816a9268b6222ebfc90ec745bbbd48430bf7b16664c
2024-10-18 01:14:14 +00:00
..
alter.c Refactor the SrcItem object so that information about subqueries is stored 2024-08-19 22:48:30 +00:00
analyze.c Fixes from code inspection: 2024-10-17 18:12:03 +00:00
attach.c Refactor the SrcItem object so that information about subqueries is stored 2024-08-19 22:48:30 +00:00
auth.c Give unique names to fields in the SrcItem object, to facilitate analysis of 2024-08-17 23:23:23 +00:00
backup.c Fix a segfault that could occur if a non-empty in-memory database was the destination of a backup operation from a database with a smaller page size. 2023-04-19 17:07:35 +00:00
bitvec.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
btmutex.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
btree.c New assert() statements to validate OP_OpenEphemeral logic. 2024-10-18 01:14:14 +00:00
btree.h New assert() statements to validate OP_OpenEphemeral logic. 2024-10-18 01:14:14 +00:00
btreeInt.h Have "PRAGMA quick_check" compare the number of entries in tables and indexes. 2024-02-02 16:51:24 +00:00
build.c Remove incorrect assert() statements in the SrcItem invariant validator. 2024-08-21 07:38:14 +00:00
callback.c Ensure that all prepared statements are expired and forced to reprepare 2023-05-12 10:52:12 +00:00
complete.c
ctime.c Change the name of the enabling compile-time macro to 2024-09-02 09:40:37 +00:00
date.c Attempt to fix date/time calculations for days earlier than 0400-03-01. 2024-08-19 12:54:12 +00:00
dbpage.c Fix to the previous: The dbpageRollbackTo() method should return SQLITE_OK. 2024-10-03 10:06:51 +00:00
dbstat.c Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask. 2024-08-22 16:22:08 +00:00
delete.c New assert()s to help verify union access. No logic changes. Testing and 2024-09-20 12:58:15 +00:00
expr.c Add an ALWAYS() on a branch in the new indexed-subtype logic. 2024-10-08 00:15:22 +00:00
fault.c
fkey.c Tighter checking of access constraints on union members in SrcItem. 2024-08-20 19:09:59 +00:00
func.c Add a NEVER() to an unreachable branch in the new indexed-subtype logic. 2024-10-07 21:04:57 +00:00
global.c Remove all code that makes use of the C-language "long double" datatype. 2024-10-01 20:29:43 +00:00
hash.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
hash.h
hwtime.h Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
in-operator.md
insert.c Tighter checking of access constraints on union members in SrcItem. 2024-08-20 19:09:59 +00:00
json.c Fix a bug in the parsing of some corner-case JSON PATH strings that contain 2024-09-04 16:01:44 +00:00
legacy.c
loadext.c Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces 2023-10-30 18:09:14 +00:00
main.c Remove all use of the "long double" data type from SQLite, as hardware support 2024-10-02 13:26:17 +00:00
malloc.c Fix debugging code so that it compiles on MSVC. 2024-02-22 00:50:54 +00:00
mem0.c
mem1.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
mem2.c
mem3.c
mem5.c Fix a missing 0 at the end of an integer literal in check-in [8da0f0c38a458c57] 2022-12-27 14:03:04 +00:00
memdb.c Rig sqlite3_serialize() so that it will initialize a previously uninitialized 2024-01-20 16:29:19 +00:00
memjournal.c Add assert() statements to verify that the SQLITE_OPEN_EXCLUSIVE flag is always passed to the VFS when opening a temporary file. 2022-08-16 10:52:35 +00:00
msvc.h Fix compilation issues seen with older versions of MSVC. 2023-04-27 22:17:12 +00:00
mutex.c Disable the debug-use-only functions sqlite3_mutex_held() and 2024-09-11 12:17:26 +00:00
mutex.h
mutex_noop.c
mutex_unix.c Change 3 instance of #if SQLITE_ENABLE_API_ARMOR to #ifdef for consistency with how it is normally used. 2023-10-15 13:36:21 +00:00
mutex_w32.c Correct conditional compilation issue seen with MSVC in the Win32 mutex subsystem. 2023-11-18 18:36:26 +00:00
notify.c Round one of an audit for SQLITE_ENABLE_API_ARMOR for functions exposed by JNI and those functions missing armor, as [forum:5e3fc453a69b49ca|reported in several forum posts]. 2023-10-13 12:48:35 +00:00
os.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
os.h
os_common.h Change the handling of hwtime.h to make it easier to compile performance 2022-11-29 17:52:04 +00:00
os_kv.c Remove redundant assignment in kvvfs's decoding. 2022-12-31 05:26:35 +00:00
os_setup.h Macro name typo fix in OS_KV builds. 2022-10-21 17:37:05 +00:00
os_unix.c Fix harmless compiler warning in flockCheckReservedLock(). 2024-10-15 22:22:53 +00:00
os_win.c In os_unix.c and os_win.c, do not allow xFetch() to return a pointer to a page buffer that is right at the end of the mapped region - if the database is corrupted in a specific way such a page buffer might be overread by several bytes. 2024-01-23 16:09:22 +00:00
os_win.h
pager.c Add extra assert() statements to the fixes on this branch. 2024-07-17 16:27:36 +00:00
pager.h Avoid harmless integer overflow in pager status statistics gathering. 2023-12-20 11:34:17 +00:00
parse.y Improved error messages on percentile functions. More tests cases for 2024-09-02 11:17:04 +00:00
pcache.c Add extra assert() statements to the fixes on this branch. 2024-07-17 16:27:36 +00:00
pcache.h Increase the size of ref-count values in the pager layer to 64-bits, to avoid 2023-03-19 21:48:55 +00:00
pcache1.c Add extra assert() statements to the fixes on this branch. 2024-07-17 16:27:36 +00:00
pragma.c Fix an assert() failure in "PRAGMA integrity_check" that could occur when checking a corrupt database. 2024-10-07 11:47:05 +00:00
pragma.h
prepare.c Improved rebustness to malformed UTF-16 inputs to sqlite3_prepare16_v2(). 2024-09-19 13:39:06 +00:00
printf.c Remove unreachable code. 2024-08-20 20:01:21 +00:00
random.c Remove unnecessary tabs in the ChaCha20 implementation. 2022-11-10 23:10:11 +00:00
resolve.c Allow expressions with subtypes to be read from indexes unless they are being used as direct or indirect parameters to SQLITE_SUBTYPE functions. 2024-10-05 18:10:02 +00:00
rowset.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
select.c Improved comments on byte-code subroutine calls to materialize subqueries. 2024-08-21 17:38:50 +00:00
shell.c.in There is no need to DELETE the content of sqlite_sequence in the output of 2024-10-14 11:48:19 +00:00
sqlite.h.in Change the name of the new utility program from sqlite3-rsync to 2024-10-16 11:05:11 +00:00
sqlite3.rc
sqlite3ext.h Make the new sqlite3_get_clientdata() and sqlite3_set_clientdata() interfaces 2023-10-30 18:09:14 +00:00
sqliteInt.h Allow expressions with subtypes to be read from indexes unless they are being used as direct or indirect parameters to SQLITE_SUBTYPE functions. 2024-10-05 18:10:02 +00:00
sqliteLimit.h Change a constant from decimal to hex to avoid a compiler warning on Mac. 2024-01-03 15:49:04 +00:00
status.c Avoid harmless integer overflow in pager status statistics gathering. 2023-12-20 11:34:17 +00:00
table.c
tclsqlite.c An improved method for statically linking sqlite3_analyzer.exe using Tcl9. 2024-10-11 17:02:37 +00:00
tclsqlite.h Use `<tcl.h>` instead of `"tcl.h"` to include the TCL interface. 2024-07-31 21:59:29 +00:00
test1.c Remove all code that makes use of the C-language "long double" datatype. 2024-10-01 20:29:43 +00:00
test2.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test3.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test4.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test5.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test6.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test8.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test9.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_async.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_autoext.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_backup.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_bestindex.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_blob.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_btree.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_config.c Remove all code that makes use of the C-language "long double" datatype. 2024-10-01 20:29:43 +00:00
test_delete.c
test_demovfs.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_devsym.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test_fs.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_func.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_hexio.c Fix harmless compiler warning related to the TCL8-to-TCL9 transition. This 2024-08-10 15:05:22 +00:00
test_init.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_intarray.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_intarray.h Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test_journal.c
test_loadext.c
test_malloc.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_md5.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_multiplex.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_multiplex.h Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test_mutex.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_onefile.c
test_osinst.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_pcache.c Fixes for platforms with 32-bit pointers that require 64-bit values to be aligned. 2024-07-13 16:53:56 +00:00
test_quota.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_quota.h
test_rtree.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_schema.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_sqllog.c
test_superlock.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_syscall.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_tclsh.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_tclvar.c Fix a few minor TCL9 compatibilities issues. 2024-08-09 22:48:11 +00:00
test_thread.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_vdbecov.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_vfs.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_windirent.c
test_windirent.h Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test_window.c First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
test_wsd.c
threads.c
tokenize.c Add extra checks for the validity of a numeric literal to sqlite3DequoteNumber(). 2024-01-23 11:20:58 +00:00
treeview.c Improvements to treetrace output for subqueries. Debug code only. 2024-08-21 10:32:00 +00:00
trigger.c Tighter checking of access constraints on union members in SrcItem. 2024-08-20 19:09:59 +00:00
update.c Give unique names to fields in the SrcItem object, to facilitate analysis of 2024-08-17 23:23:23 +00:00
upsert.c Give unique names to fields in the SrcItem object, to facilitate analysis of 2024-08-17 23:23:23 +00:00
utf.c Avoid the possibility of buffer overrun in the READ_UTF8 macro by using 2024-10-14 18:43:04 +00:00
util.c Remove all code that makes use of the C-language "long double" datatype. 2024-10-01 20:29:43 +00:00
vacuum.c Randomize the name of the attached database used to do VACUUM. 2024-08-26 17:35:32 +00:00
vdbe.c New assert() statements to validate OP_OpenEphemeral logic. 2024-10-18 01:14:14 +00:00
vdbe.h Be more aggressive about reusing subqueries that appear on the RHS of IN 2024-07-04 16:57:11 +00:00
vdbeInt.h Fix the preupdate hook so that it works when the "old.*" row has a column with a non-NULL default value that was added by ALTER TABLE ADD COLUMN after the current record was created. 2024-09-18 15:02:27 +00:00
vdbeapi.c New assert()s to help verify union access. No logic changes. Testing and 2024-09-20 12:58:15 +00:00
vdbeaux.c Remove all code that makes use of the C-language "long double" datatype. 2024-10-01 20:29:43 +00:00
vdbeblob.c Do not allow sqlite3_blob_open() to work on a any table that contains 2024-08-28 19:13:16 +00:00
vdbemem.c Improvements to the scope of valueFromFunction(). 2024-09-18 16:33:07 +00:00
vdbesort.c Add a new assert() to help static analyzers understand that a pointer is 2024-08-07 15:17:37 +00:00
vdbetrace.c
vdbevtab.c Avoid 32-bit overflow when calculating ncycle for ".scanstats vm". 2024-04-30 19:34:15 +00:00
vtab.c New assert()s to help verify union access. No logic changes. Testing and 2024-09-20 12:58:15 +00:00
vxworks.h
wal.c When possible, avoid taking wal file read-lock 0 in sqlite3_snapshot_get(). 2024-09-26 18:02:17 +00:00
wal.h ifdef adjustments so that SQLITE_OMIT_WAL works with SQLITE_USE_SEH. 2023-08-21 15:29:21 +00:00
walker.c Refactor the SrcItem object so that information about subqueries is stored 2024-08-19 22:48:30 +00:00
where.c Experimental change to allow expressions with subtypes to be read from indexes in situations where they are not used as function parameters. 2024-10-05 17:37:19 +00:00
whereInt.h Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask. 2024-08-22 16:22:08 +00:00
wherecode.c Add the SQLITE_INDEX_SCAN_HEX bit to the sqlite3_index_info.idxFlags bitmask. 2024-08-22 16:22:08 +00:00
whereexpr.c Improved handling of unicode characters in the LIKE optimization. 2024-10-09 11:52:29 +00:00
window.c Refactor the SrcItem object so that information about subqueries is stored 2024-08-19 22:48:30 +00:00