]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-11-05  shanehUpdate maxRow size after shrinking the row buffer ... csv_ext
2009-11-05  shanehRemoved line limit on rows.
2009-11-05  shanehInitial implementation of a virtual table for CSV files.
2009-11-04  drhRemove "const" from parameter of sqlite3BtreeFactory...
2009-11-04  drhCreate a new datatype "ynVar" to hold "nVar" (number...
2009-11-04  drhReport errors back up to the ATTACH command if the...
2009-11-03  shaneFix compiler warnings on MSVC build.
2009-11-03  drhEnhancements to lemon to generate more compact action...
2009-11-03  drhForce all qsort() calls in mkkeywordhash.c to be stable...
2009-11-03  drhAdjust the lemon implementation so that it always compu...
2009-11-03  drhAll SQLITE_MAX_VARIABLE_NUMBER to exceed 32767. The...
2009-11-02  drhBug fix in the recent changes to mkopcodeh.awk.
2009-11-02  drhUpdate the generator AWK script for opcodes.h so that...
2009-11-02  drhDo not insert the date and time of generation into...
2009-11-02  drhUpdate the configure script for version 3.6.20.
2009-11-02  drhComment changes in support of better documentation...
2009-11-01  drhFix compiler warnings. Better comments on some variabl...
2009-10-30  drhIncrease the version number to 3.6.20.
2009-10-30  drhAvoid storing the result register for EXISTS and SELECT...
2009-10-29  drhReduce the memory required by prepared statements that...
2009-10-27  drhMinor updates and corrections to comments in btreeInt...
2009-10-26  drhRemove additional obsolete code from the sqlite3_releas...
2009-10-26  drhRemove some obsolete code within #if 0 that was causing...
2009-10-24  drhFix a compiler warning that occurs when building the...
2009-10-24  drhAnother attempt at getting the pTail pointer computatio...
2009-10-24  shaneIn shell, modified to not print informational messages...
2009-10-24  shaneIn shell, changed ".tables" command to not add '%'...
2009-10-24  drhCheck-in [19064d7cea] broke the pTail return on sqlite3...
2009-10-23  drhMake sure that UTF16 to UTF8 conversions to not read...
2009-10-23  shaneIn shell, ensure that do_meta_command() returns consist...
2009-10-23  shaneIn shell, modified "import" handling to ensure error...
2009-10-22  shaneIn shell, reworked .header and .echo handling.
2009-10-22  drhMerge the MD5 checksum logic into the TCL interface...
2009-10-22  drhAdd some sample requirement implementation comments...
2009-10-22  shaneIn shell, in shell_exec() logic, use type info if avail...
2009-10-22  shaneUpdated shell to output blobs in X'1234' form when...
2009-10-22  drhAdd markings on test evidence for R-30323-21917.
2009-10-22  drhMention the sqlite3_column_count() function on the...
2009-10-21  shaneMerge accidental fork back to trunk.
2009-10-21  shaneModified shell to call output_html_string() for header...
2009-10-21  shaneMade detectSchemaProblem function and aSchemaTable...
2009-10-21  drhAdd evidence marks to parse.y. Fix a broken evidence...
2009-10-21  shaneFor the shell, changed the output of the errors on...
2009-10-21  shaneFor Windows version of shell, add support for .timer...
2009-10-21  shaneFor Windows VFS, modified xGetLastError() to call Forma...
2009-10-20  drhClarify the use of sqlite3_shutdown().
2009-10-20  drhFix the VACUUM command so that when the MAIN and TEMP...
2009-10-20  drhRemove all mention of sqlite3_next_stmt() from the...
2009-10-20  drhUpdate documentation on the sqlite3_prepare_v2() interf...
2009-10-20  danFix cases where modifying bound variables using the...
2009-10-19  drhRemove an unreachable condition in the WHERE clause...
2009-10-19  drhFix an incorrect assert() in vdbeUnbind().
2009-10-19  danFix an assert() that may fail if sqlite3_step() is...
2009-10-19  danRemove the sqlite3_reoptimize() API. The same functiona...
2009-10-19  danWhen generating WHERE clause terms internally for NATUR...
2009-10-19  danUse 64-bit arithmetic in the xRead() method of asyncRea...
2009-10-17  danFix a problem in the icu.test script.
2009-10-17  drhMake sure the target register is allocated before addin...
2009-10-17  danAdd documentation comment for new experimental API...
2009-10-16  drhMerge the sqlite3_reoptimize() changes into the trunk.
2009-10-16  danFix a problem in the analyze3.test script.
2009-10-16  danRemove a mutex reference leak from sqlite3_reoptimize().
2009-10-16  drhComment cleanup in btree.c.
2009-10-16  danExperimental fix for [f777251dc7]. This may be changed...
2009-10-16  drhFix comment typos in btreeInt.h.
2009-10-15  danAdd the experimental sqlite3_reoptimize() API.
2009-10-14  drhVersion 3.6.19 release candidate
2009-10-13  drhUpdate the configure script for version 3.6.19.
2009-10-13  drhFixed warnings with MSVC compile.
2009-10-13  drhFix a typo in the test script added for ticket [5ee2373...
2009-10-13  drhUpdate the TCL wrapper to provide a non-NULL objProc...
2009-10-13  drhAdd a test case to verify that ticket [5ee23731f15...
2009-10-13  drhWhen a write transaction fails to being because the...
2009-10-13  drhSuppress some harmless compiler warnings.
2009-10-13  drhMake sure mem3.c releases its mutex on an sqlite3_shutd...
2009-10-13  danAdd further test cases to e_fkey.test.
2009-10-12  drhAdd asserts as evidence that all FK constraints are...
2009-10-12  drhWhen processing FK constraints on changes to parent...
2009-10-12  danAdd more test cases to e_fkey.test.
2009-10-12  danFix some mappings from e_fkey.test.
2009-10-12  danUpdate e_fkey.test to match the latest version of forei...
2009-10-12  danExtra test cases mapped to statements in foreignkeys...
2009-10-12  danAdd further test cases to e_fkey.test.
2009-10-10  danAdd tests to e_fkey.test.
2009-10-10  drhUpdate requirement text for sqlite3_open_blob(). Updat...
2009-10-09  danAdd test cases to e_fkey.test.
2009-10-08  danTest a couple of the examples in foreignkeys.html.
2009-10-08  danAdd test cases to test file "e_fkey.test".
2009-10-08  danFix a problem in the legacy genfkey code to do with...
2009-10-08  danAdd tests to test/e_fkey.test.
2009-10-08  danUpdate triggerC.test to match the change to the way...
2009-10-08  drhFix a segfault that can occur following an OOM fault...
2009-10-07  drhUse memcpy() rather than structure assignment so that...
2009-10-07  danAdd some tests of statements in foreignkeys.html.
2009-10-07  danAdd a missing OP_Close opcode to VDBE programs that...
2009-10-07  danUpdate the header comment for sqlite3_blob_open to...
2009-10-07  danUpdate header file comments describing the sqlite3_chan...
2009-10-06  danChange tclsqlite.c to use the Tcl_NRxxx() APIs in Tcl...
2009-10-05  danFix some errors in the guttman versions (disabled by...
2009-10-03  danHandle an SQLITE_IGNORE returned when requesting author...
next