sqlite/src
drh 0b8c3126f4 Fix debugging code so that it compiles on MSVC.
FossilOrigin-Name: ce5df19dc4aff3fde03ef62261a5e095a16a8f4e46e2924becea4fed56ce49e3
2024-02-22 00:50:54 +00:00
..
alter.c Do not allow an ALTER TABLE ADD COLUMN on a STRICT table if the added column 2023-10-14 20:24:52 +00:00
analyze.c If a table has one or more rows and it has a partial index has zero rows, 2024-02-19 16:22:58 +00:00
attach.c Fix harmless compiler warnings. 2023-01-21 00:19:29 +00:00
auth.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +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 If a table has one or more rows and it has a partial index has zero rows, 2024-02-19 16:22:58 +00:00
btree.h The OP_Column opcode caches large column values coming from overflow pages. 2023-07-27 19:39:53 +00:00
btreeInt.h Minor doc fix in src/betreeInt.h, prompted by an email report. No code changes. 2023-11-22 22:59:28 +00:00
build.c Add new MASK bits to PRAGMA optimize: 0x70000. 2024-02-17 16:39:52 +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 Turn on SEH by default when building using MSVC. 2023-10-09 14:05:21 +00:00
date.c Fix a harmless typo in a comment. 2024-01-21 21:20:33 +00:00
dbpage.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
dbstat.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
delete.c Add bit to sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS) that will 2023-07-31 17:39:36 +00:00
expr.c Remove an ALWAYS() added in [c50e6c2ace49d092] because it is sometimes false. 2023-12-24 12:02:36 +00:00
fault.c
fkey.c Remove a branch that cannot affect the outcome from FkNoAction processing in 2023-10-21 20:34:57 +00:00
func.c Ensure that the replace() SQL function always returns a TEXT value even 2024-01-20 13:18:22 +00:00
global.c Rename the new test-control to SQLITE_TESTCTRL_JSON_SELFCHECK. Make it so 2023-12-11 19:00:44 +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 Fix the previous check-in so that it works with virtual tables that add new 2021-10-21 19:48:14 +00:00
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 Omit unnecessary calls to table locking routines in the common case when 2023-06-20 17:45:19 +00:00
json.c Fix the subtype on the value column from json_each/json_tree for cases 2024-02-16 21:30:08 +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 Fix a #ifdef in sqlite3_test_control() that was preventing builds with 2024-01-03 20:40: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 Fix another harmless compiler warning for MSVC. 2021-10-12 02:26:32 +00:00
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 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.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 For the unix VFS, rewrite the xFullPathname method so that it automatically 2022-05-11 16:46:27 +00:00
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 Extend the strerror_r() result type discrepancy check in os_unix.c to include the Android NDK, as reported in [forum post 3f13857fa4062301|forum:3f13857fa4062301]. The NDK's strerror_r() signature is version-dependent, whereas this change assumes int return (POSIX semantic) across all versions. 2024-02-19 12:20:46 +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 Adjust the sqlite3PagerDirectReadOk() routine (part of the 2024-01-02 21:37:51 +00:00
pager.h Avoid harmless integer overflow in pager status statistics gathering. 2023-12-20 11:34:17 +00:00
parse.y Use an alternative memory allocator for parser stack space that includes 2024-01-27 12:25:07 +00:00
pcache.c The pageOnDirtyList() assertion is too slow even for debugging builds, for 2023-08-23 10:20:39 +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 a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
pragma.c Fix typo in comment. [https://fossil-scm.org/forum/forumpost/cc20266bf2|Fossil forum post cc20266bf2]. 2024-02-21 20:21:46 +00:00
pragma.h For the "PRAGMA database_list" statement, do not check to see if the schema 2022-02-22 20:29:31 +00:00
prepare.c Add an assert() to prove the sqlite3_prepare() always either returns 2023-11-17 17:25:30 +00:00
printf.c Remove an unreachable branch from printf(). Change it into an assert(). 2024-02-20 13:11:27 +00:00
random.c Remove unnecessary tabs in the ChaCha20 implementation. 2022-11-10 23:10:11 +00:00
resolve.c If a term of an ORDER BY or GROUP BY contains an aggregate function or column, 2024-02-11 20:53:14 +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 AggInfo tracing in debug builds. No changes to deliverable code. 2024-02-11 18:53:48 +00:00
shell.c.in Retweak last check-in to retain compile-time checking of xprintf() arguments. 2024-02-16 18:34:21 +00:00
sqlite.h.in Further clarify sqlite3_exec() callback parameter lifetime. 2024-02-10 03:11:42 +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 Rename the TF_StatsUsed flag to TF_MaybeReanalyze, to more accurately 2024-02-16 12:57:04 +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 Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds. 2023-06-17 15:42:44 +00:00
test1.c When doing a text-affinity comparison between two values where one or both 2024-01-20 15:13:13 +00:00
test2.c Fix an off-by-one error causing a buffer overread in test2.c. 2023-08-15 10:57:08 +00:00
test3.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test4.c Add memory barriers to multi-threaded code in test4.c. 2022-05-16 16:55:22 +00:00
test5.c
test6.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test8.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
test9.c
test_async.c
test_autoext.c
test_backup.c
test_bestindex.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
test_blob.c
test_btree.c
test_config.c Remove additional traces of FTS1 and FTS2 that were missed by [2bb50d5aedef0fd2] 2023-06-07 15:00:54 +00:00
test_delete.c
test_demovfs.c Avoid several -Wall warnings in textfixture build. 2022-12-06 19:20:49 +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 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
test_func.c Enable SQLITE_STRICT_SUBTYPE for default builds of the shell, fuzzcheck, 2023-12-16 15:48:42 +00:00
test_hexio.c
test_init.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test_intarray.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +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
test_md5.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test_multiplex.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +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 Fix straggler misspellings and tidy the custom dictionary. Also include pickups from [forum:/info/c61fb09afd|forum post c61fb09afd]. 2023-06-07 17:03:22 +00:00
test_onefile.c
test_osinst.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
test_pcache.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test_quota.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
test_quota.h
test_rtree.c
test_schema.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
test_sqllog.c
test_superlock.c
test_syscall.c Change the return type of the ts_read/write() family of functions from int to ssize_t, per report in [forum post 947169d5e7](forum:947169d5e7). 2023-04-21 15:37:33 +00:00
test_tclsh.c Fix the build after the previous change 2023-02-06 15:49:54 +00:00
test_tclvar.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
test_thread.c Avoid using Tcl command [clock] in testrunner.tcl. 2023-02-03 11:32:51 +00:00
test_vdbecov.c
test_vfs.c Fix a race condition during hot-journal rollback that could theoretically cause spurious corruption errors. 2023-01-31 20:21:06 +00:00
test_vfstrace.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +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
test_wsd.c
threads.c
tokenize.c New testcase() macro in the tokenizer, to better document its behavior. 2023-08-10 18:50:00 +00:00
treeview.c Additional debugging information on the tree-dump of the BETWEEN operator. 2023-11-10 20:46:58 +00:00
trigger.c Further enhancements to make sure the correct returnning trigger is run when 2023-10-26 16:59:22 +00:00
update.c Fix harmless compiler warnings reported by MSVC. 2023-08-14 12:20:44 +00:00
upsert.c Do not allow bound parameters in the ON CONFLICT clause of an UPSERT. 2023-08-17 17:48:20 +00:00
utf.c Improvements to UTF8 handling, and especially the handling of invalid UTF8, 2023-12-13 14:31:15 +00:00
util.c Fix rounding in zero-precision %f and %g printf conversions. 2024-02-17 03:32:31 +00:00
vacuum.c Add a C-source spell-checking facility. make misspell (on Nix) 2023-06-07 08:40:31 +00:00
vdbe.c If a table has one or more rows and it has a partial index has zero rows, 2024-02-19 16:22:58 +00:00
vdbe.h The assertion change at check-in [7946c79567b0ccd3] is insufficient to fix 2023-11-29 02:45:09 +00:00
vdbeInt.h The original column-cache implementation from check-in [ab1edcc7fedcf279] 2023-07-31 20:02:11 +00:00
vdbeapi.c Merge recent trunk enhancements and fixes into the jsonb branch. 2023-11-10 18:59:23 +00:00
vdbeaux.c The assertion change at check-in [7946c79567b0ccd3] is insufficient to fix 2023-11-29 02:45:09 +00:00
vdbeblob.c Add column name to API_ARMOR check in sqlite3_blob_open() to avoid a null-pointer deref. 2023-10-14 13:24:30 +00:00
vdbemem.c Ensure that values generated by DEFAULT clauses that specify real numbers that can be expressed as 64-bit integers (e.g. -1234.0) are not silently converted to integers. 2024-01-20 18:41:13 +00:00
vdbesort.c Turns out the branch is reachable, so back out the NEVER(). 2024-02-07 19:17:44 +00:00
vdbetrace.c Remove an unnecessary static buffer from sqlite3VdbeExpandSql(). 2021-10-02 17:34:28 +00:00
vdbevtab.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
vtab.c Changes to vtabCallConstructor() to avoid a harmless static analyzer warning 2024-02-13 17:11:19 +00:00
vxworks.h
wal.c Put an SQLITE_ENABLE_SETLK_TIMEOUT branch inside the appropriate ifdef with 2024-01-09 23:15:46 +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 Avoid unnecessary NULL pointer checks on calls to sqlite3WalkExpr(). 2023-06-19 23:27:22 +00:00
where.c Rename the TF_StatsUsed flag to TF_MaybeReanalyze, to more accurately 2024-02-16 12:57:04 +00:00
whereInt.h Change parameters on a debugging function to include "const". 2023-12-22 21:22:55 +00:00
wherecode.c Improve support for sqlite3_stmt_scanstatus_v2() profiling of sub-queries implemented as co-routines. 2023-06-30 18:23:53 +00:00
whereexpr.c Address various harmless compiler warnings from 2023-06-16 14:39:21 +00:00
window.c Omit the new SQLITE_VALUE_SUBTYPE name. Stay with legacy SQLTIE_SUBTYPE. 2023-11-09 12:08:16 +00:00