]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-05-19  larrybrCLI resmanage used wherever resources should not be...
2023-05-18  larrybrCLI resmanage use to 100% by commands, 84% by LOC. WIP
2023-05-17  larrybrMore CLI resmanage use (75% LOC)
2023-05-17  larrybrFurther CLI resmanage use. (69% by LOC, 53% by command...
2023-05-16  larrybrFurther extend use of CLI resmanage. (40% of dot commands)
2023-05-16  larrybrUse CLI resmanage to ensure input redirection is unwoun...
2023-05-16  drhVersion 3.42.0 version-3.42.0
2023-05-16  drhUpdate the tool/mkmsvcmin.tcl script so that it prints...
2023-05-15  larrybrCLI debug build ready for testing whether OOM handling...
2023-05-15  larrybrFix CLI memory leak upon loading any shell extension.
2023-05-15  drhFix a C++-style variable declaration in the generate_se...
2023-05-15  danLimit the number of nested NOT nodes in an fts5 express...
2023-05-15  drhIncrease the stack size available to fuzzcheck to 8MB...
2023-05-15  danLimit the number of nested NOT nodes in an fts5 express... fts5-expr-limit
2023-05-15  drhAdd the --wait command-line option to fuzzcheck.
2023-05-15  larrybrMake generate_series() correct on ones complement ALUs...
2023-05-15  drhAs evidenced by [forum:/forumpost/f3f546025a|forum...
2023-05-15  drhSimplify the interface to constructAutomaticIndex().
2023-05-13  danFix windows-specific problems in test scripts sessionno...
2023-05-13  danRemove unnecessary call to sqlite3_dbdata_init() from...
2023-05-13  danAdd an "#ifndef SQLITE_HAVE_SQLITE3R" directive to...
2023-05-13  larrybrExtend CLI resource manager usage. Improve interface...
2023-05-13  larrybrMention that sqlite3_mutex_free() accepts NULL as a...
2023-05-13  larrybrCLI closer to doing full cleanup on error exits. Needs...
2023-05-13  mistachkinFix compilation issue seen with MSVC.
2023-05-12  larrybrCLI resource management applied to about 30% of shell...
2023-05-12  drhFix harmless compiler warning caused by [0772ddf56713d013].
2023-05-12  danAdd multi-threaded test for "INSERT ... RETURNING ...
2023-05-12  drhMake the regexp extension more robust against OOM error...
2023-05-12  larrybrFix unlikely strange result of CLI edit().
2023-05-12  drhEnsure the _O_U16TEXT is defined for Windows builds...
2023-05-12  drhRemove a stray CR from end of line in a source file.
2023-05-12  drhFix harmless typos in comments.
2023-05-12  drhEnsure that all prepared statements are expired and...
2023-05-11  larrybrMore CLI resource manager use. Catch more OOMs. Elimina...
2023-05-11  drhAdd [/info/cec6a06508239c09e363?ln=5525-5531|restrictio...
2023-05-11  drhFix a minor typo in a comment. No code changes.
2023-05-11  danFix the rbu_exclusive_checkpoint=1 option so that it...
2023-05-11  larrybrFor CLI: Cure an old leak and one segfault. Get all...
2023-05-11  larrybrWIP, CLI resource manager worked in, barely used yet...
2023-05-10  drhEnhance the split-sqlite3c.tcl script so that it uses...
2023-05-10  drhFix harmless compiler warnings from the CBMC compiler.
2023-05-10  drhRename sqlite3IsTableConstraint() to sqlite3IsSingleTab...
2023-05-10  drhAdd a missing comma to the documentation for the OP_Jum...
2023-05-10  larrybrBegin use of a resource manager for CLI.
2023-05-10  larrybrGet TCL extension to build and extensible shell tests...
2023-05-10  drhNew restriction on the push-down optimization to preven...
2023-05-10  larrybrFix bug in fall-back logic of CLI .clone
2023-05-10  larrybrPasses shell{1-8}.test .
2023-05-09  larrybrsqlite3x builds too. Fails a few shell2.test TCL tests.
2023-05-09  larrybrMade to build (again).
2023-05-08  larrybrWIP, sync with trunk to pickup 22 weeks of shell librar...
2023-05-08  danFix recover1.test so that it works with DEFAULT_AUTOVAC...
2023-05-08  drhImproved error handling when ".open" fails in the CLI.
2023-05-08  drhIn editPage(), if an attempt is made to edit an empty...
2023-05-08  drhEnsure that the label for a JSON object really is a...
2023-05-08  danAdd tests for recovering data to a lost-and-found table...
2023-05-07  drhIt turns out that pagerExclusiveLock() can be called...
2023-05-05  drhFix a comment in the JSON logic. No code changes.
2023-05-05  danFix a buffer overrun that could occur when using the...
2023-05-05  danReduce the maximum depth of nesting in json objects...
2023-05-05  danDo not attempt to run json502.test with SQLITE_OMIT_VIR...
2023-05-05  drhUpdates to compile-time option usage and especially...
2023-05-05  drhFix the pager2-3.1 test case so that it does not run...
2023-05-05  danAllow virtual tables to prepare writes to shadow tables...
2023-05-05  drhImproved formatting of comments on SQLITE_CONFIG_xxx...
2023-05-04  drhAdd the "subsecond" modifier to the date/time functions.
2023-05-04  larrybrAdd some tests of subsecond modifier for date/time... subsec-modifier
2023-05-04  drhEnhance the format() function so that the "," modifier...
2023-05-04  drhAdd support for the comma (,) modifier to %f formats... comma-format
2023-05-04  drhFix a bug in cursor hints that can cause references...
2023-05-03  drhAdd another assert() to FTS5 to demonstrate that a...
2023-05-03  danAdd an assert() to fts5_config to ensure that a potenti...
2023-05-03  drhProtect a macro argument with parentheses in FTS5.
2023-05-03  drhAdd a comment to the [0512f82a2cde7447] change to link...
2023-05-03  drhEnhancement to showwal such that it shows what the...
2023-05-03  larrybrConform CLI double-quoted escaping to what its doc...
2023-05-03  drhIn the zipfile extension, leave the catalog list in...
2023-05-03  drhIf the page size is wrong on the page1 content inside...
2023-05-03  drhImproved detection of excess recursion on arrays and...
2023-05-03  drhDo not overflow the Index.aSample[] array if the same...
2023-05-03  drhDo not even attempt to load the sqlite_stat4 table...
2023-05-03  larrybrFix CLI mishandling of OOM during .import _of_ a DB...
2023-05-03  drhIn the CLI, ensure that the argument to quoteChar(...
2023-05-02  danFix a problem with the sqlite3changeset_size() API...
2023-05-02  larrybrGive CLI quoted args hex escapes (as documented.) cli-hex-escape
2023-05-02  larrybrCure CLI hang on .import with high-ASCII column separator.
2023-05-02  drhAllow for lower-case "nan" to mean NaN in JSON.
2023-05-02  drhInterpret negative arguments to sqlite3_sleep() as...
2023-05-02  drhImproved handling of NULL arguments to json_valid(...
2023-05-02  drhFix typo in comment. [forum:/forumpost/3da7d9c445...
2023-05-02  drhMinor code change in the CLI to make a UAF warning...
2023-05-01  drhFix harmless compiler warnings.
2023-05-01  drhThe gcc definition of the SQLITE_INLINE macro is not...
2023-05-01  drhFix harmless compiler warnings in FTS5.
2023-05-01  stephanRemove xFileControl() handling from the OPFS VFS altoge...
2023-05-01  drhFix harmless compiler warnings.
2023-05-01  drhAdd support for JSON5.
2023-05-01  danFix typos in comments in sqlite3session.h preventing...
2023-05-01  drhNew enhancements to the sqlite3_db_config() constants...
next