I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow vector-IN expressions like "(a, b) IN ( (?,?), (?,?) )" to use an index. More... almost 2 years ago
In the LIKE optimization, do not analyze the new virtual WHERE clause terms until both have been added, since they are expected to be consecutive and the analysis might add complementary terms. This fixes a problem caused by [44200596aa943963] and discovered by dbsqlfuzz and recorded as case 7e3b5983727d843b910b2d9ab556e4afcd777cfb. More... almost 2 years ago
Change a variable from 32 to 64-bits to avoid a harmless compiler warning in Xcode. [forum:/forumpost/402d733c22|Forum post 402d733c22]. More... almost 2 years ago
Do a better job of detecting when a WHERE clause term might be useful to an expression index. Fix for performance regression reported by [forum:/forumpost/e65800d8cb|forum thread e65800d8cb]. More... almost 2 years ago
Fix a problem with the fts5 trigram tokenizer and LIKE or GLOB patterns for which contain runs of 2 or fewer non-wildcard characters that are 3 or more bytes when encoded as utf-8. More... almost 2 years ago
Ensure that the valueFromFunction() routine does not clear a prior parser error. dbsqlfuzz 6fa816f20cf5b62260d635d110b88f38e29d8fe1. More... almost 2 years ago
Minor text-only updates to wasm demo/test HTML and license header. More... almost 2 years ago
Fix ext/wasm/fiddle build, which was silently broken by recent build refactoring. More... almost 2 years ago
Disable the double-quoted string misfeature by default in CLI builds. DQS can be reenabled at run-time using the ".dbconfig dqs_dml" and ".dbconfig dqs_ddl" dot-commands. More... almost 2 years ago
Squelch two harmless signedness comparison warnings in shell.c.in. More... almost 2 years ago
New test cases added to fuzzdata8.db. More... almost 2 years ago
The "flexnum" affinity that was added by [44135d6ea84f7ba6] needs to also be added to the output of the affinity() built-in function. dbsqlfuzz d309eaa5fe492c9606a8be876c2bc7dedb29d3d8 More... almost 2 years ago
Back out the 'txn' enhancement to date/time functions. The duration of a "transaction" is confused and needs to be straightened out prior to moving forward with this change. More... almost 2 years ago
Always use 64-bit integers for stats associated with STAT1 and STAT4. More... almost 2 years ago
Better fix the problem where optimizing an fts5 table too often causes it to become unreadable (first attempt was [35bed981]). More... almost 2 years ago
Cause gcc warning suppression in shell.c to be nice in other project(s). More... almost 2 years ago
Update an assert() in the stat4 code that is only true for a well-formed database. More... almost 2 years ago
Fix an incorrect assert() in STAT4 logic added just a few days ago on [/info/55a26c67ed4a3a93|2023-02-01]. More... almost 2 years ago
Add the 'txn' date/time format. Change CURRENT_TIMESTAMP and similar to use 'tnx'-style semantics instead of 'now'-style. More... almost 2 years ago
Test cases to show that CURRENT_TIMESTAMP and similar hold the same value across a transaction. More... almost 2 years ago
Revert the behavior of date/time functions with no arguments so that they once again work like 'now', even while CURRENT_TIMESTAMP and similar work like 'txn'. More... almost 2 years ago
Change the behavior of date-time functions without any arguments (and thus the CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP variables) so that they work like 'txn' instead of like 'now'. This is an incompatibility with legacy, but brings SQLite into conformance with all other SQL systems. More... almost 2 years ago
Merge wasi-patches branch into trunk. More... almost 2 years ago
Simplify the code and add test cases. More... almost 2 years ago
Add support for the 'txn' argument to date/time functions that works like 'now' but keeps the same time for the entire transaction. More... almost 2 years ago
Fix a test script problem causing "make test" to fail for non-RBU builds. More... almost 2 years ago
Fix a typo in example documentation code for sqlite3_vtab_in_next(). More... almost 2 years ago
Merge trunk into wasi-patches branch. More... almost 2 years ago
Roll back part of [c54f29d8] which attempted to use symbols which that worker does not have access to. More... almost 2 years ago
Fix RBU test scripts to avoid attempting to copy or delete a locked file. More... almost 2 years ago