2024-03-02 |
D. Richard Hipp | New date/time modifiers "mnth" and "yr" work like ...
|
commit | commitdiff | tree |
2024-03-02 |
D. Richard Hipp | Change the magic time-interval names that do truncate...
|
commit | commitdiff | tree |
2024-03-02 |
D. Richard Hipp | Proof-of-concept for new time-interval operator "pg...
|
commit | commitdiff | tree |
2024-02-28 |
D. Richard Hipp | Add in a VdbeCoverage() macro needed by STAT4 that...
|
commit | commitdiff | tree |
2024-02-28 |
D. Richard Hipp | Always convert 32-bit integer literals into EP_IntValue...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Fix an eputf() macro without its argument in the CLI.
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Add an assert() to help scan-build recognize that a...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Adjust a VdbeCoverage() macro in PRAGMA integrity_check...
|
commit | commitdiff | tree |
2024-02-27 |
D. Richard Hipp | Remove unreachable branches from the PRAGMA integrity_check...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | The quote() SQL function should convert +Inf into 9...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | When inserting a 3-byte cell into a btree, ensure that...
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | Fix header comments on test scripts.
|
commit | commitdiff | tree |
2024-02-26 |
D. Richard Hipp | Remove a local variable from sqlite3IntFloatCompare...
|
commit | commitdiff | tree |
2024-02-25 |
D. Richard Hipp | Make sure key comprisons are done correctly if the...
|
commit | commitdiff | tree |
2024-02-24 |
D. Richard Hipp | Add two GIFs that contain the feather logo.
|
commit | commitdiff | tree |
2024-02-22 |
D. Richard Hipp | Fix debugging code so that it compiles on MSVC.
|
commit | commitdiff | tree |
2024-02-21 |
D. Richard Hipp | Fix typo in comment. [https://fossil-scm.org/forum...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Fixes to comments associated with the recent PRAGMA...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Remove an unreachable branch from printf(). Change...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Remove an unused variable from the merge in the previous...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Enhancements to PRAGMA optimize and ANALYZE. Add the...
|
commit | commitdiff | tree |
2024-02-20 |
D. Richard Hipp | Another simplification of the PRAGMA optimize logic...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Minor fixes.
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Fix a minor hiccup in the computation of the number...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | If there is no mention of a table in sqlite_stat1,...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | In PRAGMA optimize, scale back the analysis_limit when...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Merge trunk fixes into the better-pragma-optimize branch.
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | If a table has one or more rows and it has a partial...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Simplifications to PRAGMA optimize to make it easier...
|
commit | commitdiff | tree |
2024-02-19 |
D. Richard Hipp | Change the 0x20000 bit (use analysis limit) to 0x10...
|
commit | commitdiff | tree |
2024-02-18 |
D. Richard Hipp | Hold a transaction during PRAGMA optimize, for performance.
|
commit | commitdiff | tree |
2024-02-17 |
D. Richard Hipp | Add new MASK bits to PRAGMA optimize: 0x70000.
|
commit | commitdiff | tree |
2024-02-17 |
D. Richard Hipp | Fix rounding in zero-precision %f and %g printf conversions.
|
commit | commitdiff | tree |
2024-02-17 |
D. Richard Hipp | The PRAGMA optimize command invokes ANALYZE if a table...
|
commit | commitdiff | tree |
2024-02-16 |
D. Richard Hipp | Fix the subtype on the value column from json_each...
|
commit | commitdiff | tree |
2024-02-16 |
D. Richard Hipp | Rename the TF_StatsUsed flag to TF_MaybeReanalyze,...
|
commit | commitdiff | tree |
2024-02-13 |
D. Richard Hipp | Fix a bug in PRAGMA integrity_check introduced by enhancemen...
|
commit | commitdiff | tree |
2024-02-13 |
D. Richard Hipp | Changes to vtabCallConstructor() to avoid a harmless...
|
commit | commitdiff | tree |
2024-02-12 |
D. Richard Hipp | Replace the assert() that was removed by [f023cb541b5dd72c...
|
commit | commitdiff | tree |
2024-02-12 |
D. Richard Hipp | Add a new sqlite3FaultSim() to btree for better fault...
|
commit | commitdiff | tree |
2024-02-12 |
D. Richard Hipp | Add a new sqlite3FaultSim() call in the btree logic...
|
commit | commitdiff | tree |
2024-02-12 |
D. Richard Hipp | Add support for the ".testctrl fault_install" dot-command...
|
commit | commitdiff | tree |
2024-02-11 |
D. Richard Hipp | In the RTREE extension, allow the xBeginTransaction...
|
commit | commitdiff | tree |
2024-02-11 |
D. Richard Hipp | If a term of an ORDER BY or GROUP BY contains an aggregate...
|
commit | commitdiff | tree |
2024-02-11 |
D. Richard Hipp | Improved AggInfo tracing in debug builds. No changes...
|
commit | commitdiff | tree |
2024-02-07 |
D. Richard Hipp | Fix an #endif (added in the wrong place by [8f4b1ceafe4a271b...
|
commit | commitdiff | tree |
2024-02-07 |
D. Richard Hipp | Bring test cases into alignment with the latest enhancements.
|
commit | commitdiff | tree |
2024-02-07 |
D. Richard Hipp | Turns out the branch is reachable, so back out the...
|
commit | commitdiff | tree |
2024-02-07 |
D. Richard Hipp | Detect and respond to an OOM on the jsonStringTerminate...
|
commit | commitdiff | tree |
2024-02-06 |
D. Richard Hipp | Slight change to OOM handling in JSON to catch a corner...
|
commit | commitdiff | tree |
2024-02-03 |
D. Richard Hipp | Following a ROLLBACK that reverts changes to an RTREE...
|
commit | commitdiff | tree |
2024-02-02 |
D. Richard Hipp | More extensive use of SQLITE_CORRUPT_PGNO.
|
commit | commitdiff | tree |
2024-02-01 |
D. Richard Hipp | In PRAGMA integrity_check, defer running xIntegrity...
|
commit | commitdiff | tree |
2024-02-01 |
D. Richard Hipp | Add tracing logic to the shared-cache locks in btree...
|
commit | commitdiff | tree |
2024-02-01 |
D. Richard Hipp | Add the test_oom_breakpoint() routine on debug builds...
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Replace an conditional assignment that was made obsolete...
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Allow control characters in JSON5 string literals.
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Add NEVER() and ALWAYS() macros for the JSON5-control...
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Fix failure to detect unterminated string literals...
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Allow control characters in JSON5 string literals.
|
commit | commitdiff | tree |
2024-01-31 |
D. Richard Hipp | Fix a memory allocation bug in the (debug-use-only...
|
commit | commitdiff | tree |
2024-01-29 |
D. Richard Hipp | Detect malformed nested JSONB earlier and stop rendering...
|
commit | commitdiff | tree |
2024-01-29 |
D. Richard Hipp | When generated text JSON from JSONB, do not continue...
|
commit | commitdiff | tree |
2024-01-29 |
D. Richard Hipp | When rendering JSONB back into text JSON, report an...
|
commit | commitdiff | tree |
2024-01-28 |
D. Richard Hipp | Use __ppc__ instead of __POWERPC__ to identify 32-bit...
|
commit | commitdiff | tree |
2024-01-28 |
D. Richard Hipp | Automatically disable the DISTINCT optimization during...
|
commit | commitdiff | tree |
2024-01-28 |
D. Richard Hipp | Apply the same fix found in [99057383acc8f920] to descending...
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Improvements to parser stack overflow testing.
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Performance enhancements to the parser template.
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Use an alternative memory allocator for parser stack...
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Allocate new parser stack space from the heap if needed...
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Optimizations to ParseFinalize() to make up for the...
|
commit | commitdiff | tree |
2024-01-27 |
D. Richard Hipp | Omit the "parser stack overflow" error message, since...
|
commit | commitdiff | tree |
2024-01-26 |
D. Richard Hipp | Bug fixes in the function that expands the parser stack.
|
commit | commitdiff | tree |
2024-01-26 |
D. Richard Hipp | Experimental changes that prevent parser stack overflows...
|
commit | commitdiff | tree |
2024-01-24 |
D. Richard Hipp | Add NEVER() to a branch that is no longer reachable.
|
commit | commitdiff | tree |
2024-01-23 |
D. Richard Hipp | Slight adjustment to test results for Windows in mmap1...
|
commit | commitdiff | tree |
2024-01-23 |
D. Richard Hipp | Improved error message when a double-quoted identifier...
|
commit | commitdiff | tree |
2024-01-23 |
D. Richard Hipp | When a JSON input is a blob, but it looks like valid...
|
commit | commitdiff | tree |
2024-01-23 |
D. Richard Hipp | Fix typo in the tag-20240123-a in a comment.
|
commit | commitdiff | tree |
2024-01-23 |
D. Richard Hipp | If a BLOB looks like JSON when cast to text, then treat...
|
commit | commitdiff | tree |
2024-01-22 |
D. Richard Hipp | Simplification of the error reporting logic.
|
commit | commitdiff | tree |
2024-01-22 |
D. Richard Hipp | Do not allow digit separators that are not surrounded...
|
commit | commitdiff | tree |
2024-01-22 |
D. Richard Hipp | Improved error message when a double-quoted string...
|
commit | commitdiff | tree |
2024-01-22 |
D. Richard Hipp | The -DSQLITE_JSON_BLOB_INPUT_BUG_COMPATIBLE compile...
|
commit | commitdiff | tree |
2024-01-22 |
D. Richard Hipp | Fix userauth so that it works together with SQLITE_OMIT_SHAR...
|
commit | commitdiff | tree |
2024-01-22 |
D. Richard Hipp | Add a notice to the user-authentication documentation...
|
commit | commitdiff | tree |
2024-01-21 |
D. Richard Hipp | Fix a harmless typo in a comment.
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | Simplifications to the strftime() logic.
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | Fix a memory leak in new memdb1.test test cases that...
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | Make sure that %V and %G are testing for every since...
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | Rig sqlite3_serialize() so that it will initialize...
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | When doing a text-affinity comparison between two values...
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | Ensure that the replace() SQL function always returns...
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | When backing out a character in a constructed string...
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | Fix the version number in the TEA configure script...
|
commit | commitdiff | tree |
2024-01-20 |
D. Richard Hipp | Implement a new algorithm for computing ISO week values...
|
commit | commitdiff | tree |
2024-01-18 |
D. Richard Hipp | Increase the version number to 3.46.0 to begin the...
|
commit | commitdiff | tree |
2024-01-18 |
D. Richard Hipp | Add support in the strftime() SQL function for conversion...
|
commit | commitdiff | tree |
2024-01-16 |
D. Richard Hipp | Fix harmless "unused parameter" compiler warning in...
|
commit | commitdiff | tree |