]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2007-07-25  shessApply change 4095 to fts1. Fix snippet generation...
2007-07-24  drhRemove the comment in the documentation that says that...
2007-07-23  drhDetect nested aggregate functions even if the inner...
2007-07-23  drhThe REPLACE conflict resolution falls back to FAIL...
2007-07-23  drhMove prototypes for LEMON-generated parser functions...
2007-07-23  drhCheck the return value of sqlite3PagerWrite() when...
2007-07-23  drhRework the UTF8 reader logic in order to avoid the...
2007-07-22  drhFix a bad sizeof in vdbe.c. Ticket #2522. (CVS 4174)
2007-07-21  drhWork around a bug in GCC. Ticket #2469. (CVS 4173)
2007-07-20  aswiftWork around an AFP file system byte-range locking error...
2007-07-20  drhUpdates to build scripts. Added scripts for building...
2007-07-20  drhVersion 3.4.1 (CVS 4170)
2007-07-20  drhKeep sqlite3ext.h backwards compatible. This really...
2007-07-20  drhAdd new APIs to the end of the sqlite3_apis structure...
2007-07-20  drhDocumentation change in preparation for version 3.4...
2007-07-20  drhFix a memory leak in the Rename method of the echo...
2007-07-20  drhCleanup unused function in pager.c. This is the conclu...
2007-07-19  drhDisable tests that use the progress handler when the...
2007-07-19  drhPreliminary fix for ticket #2518. Make sure the VACUUM...
2007-07-19  drhClarify the documentation on the nByte parameter to...
2007-07-18  drhGet the min/max optimization working with descending...
2007-07-18  drhAdditional diagnostics added to the "out" file generate...
2007-07-17  shessFix annoying emacs warning about suspicious line. ...
2007-07-13  drhAdd an extra integrity_check to the transaction test...
2007-07-13  drhUpdate documentation to make it clear that VACUUM is...
2007-07-13  drh"extern" prototypes cause problems for the Digital...
2007-07-12  danielk1977Fix for #2497. Set the database error code to the retur...
2007-07-03  pweilbacherFix compilation warnings shown when using strict GCC...
2007-07-03  danielk1977Fix a memory leak in shell.c. Reported on the mailing...
2007-07-02  drhFix a comment typo reported on the mailing list. (CVS...
2007-07-02  danielk1977Modify handling of SQLITE_SCHEMA in fts2 code. An SQLIT...
2007-07-01  drhRemove an unnecessary temporary variable for clarity...
2007-07-01  pweilbacherChange OS/2 version of sqlite3Os2FullPathname() for...
2007-06-30  pweilbacherIncluding os2safe.h from os_os2.c is no longer necessar...
2007-06-30  pweilbacherold emx/gcc sets __EMX__ (with double underscores)...
2007-06-29  drhSet FD_CLOEXEC on all open files under Unix. Ticket...
2007-06-27  drhAdd a test case to verify that ticket #2470 has been...
2007-06-27  danielk1977Test error handling when renaming fts2 tables. (CVS...
2007-06-27  danielk1977Implement xRename() for fts2 so that it is possible...
2007-06-27  danielk1977Allow ALTER TABLE on virtual tables. (CVS 4142)
2007-06-27  vapierrespect $LDFLAGS from env/configure (CVS 4141)
2007-06-27  danielk1977Fix for compiling with OMIT_VIRTUALTABLE defined. ...
2007-06-27  drhFix typo in comments of the sqlite.h.in header file...
2007-06-27  drhMake sure auto_vacuum is turned off before running...
2007-06-27  drhSet the connection error code when sqlite3_blob_read...
2007-06-27  drhUpdate the FAQ to describe how moving sqlite3 handles...
2007-06-26  drhMake sure the TCL bindings always use Tcl_GetWideIntFro...
2007-06-26  drhFix a test case so that it (hopefully) works on x86...
2007-06-26  drhRemove vestigal code from Makefile.linux-gcc. Ticket...
2007-06-26  danielk1977Reorganize comments in fts2_tokenizer.h. No code change...
2007-06-26  danielk1977Use (((i64)1)<<63) instead of just (1<<63) to compute...
2007-06-26  danielk1977Fix for #2444: Avoid SIGFPE on 64-bit platforms when...
2007-06-26  danielk1977Remove the unused EXTSRC variable from the non-configur...
2007-06-26  danielk1977Fix an unitialized variable in fts2. (CVS 4128)
2007-06-26  danielk1977Allow virtual tables to mark columns as 'hidden'. Hidde...
2007-06-26  drhTry to work around an MSVC compiler bug. Ticket #2457...
2007-06-26  drhModify the amalgamation generator to identify every...
2007-06-26  drhChange the name of sqlite3_atoi64 back to sqlite3Atoi64...
2007-06-25  drhRework the string to integer conversion logic to addres...
2007-06-25  danielk1977Fix for #2445. A bug in the lookupName() logic that...
2007-06-25  danielk1977Modify the non-configure build system to make it easier...
2007-06-25  drhPut #ifdefs in fts2_tokenizer so that the build works...
2007-06-25  drhAll the use of MySQL-style quoting in the FTS modules...
2007-06-25  danielk1977Add a test that calls fts2_tokenizer() with an argument...
2007-06-25  danielk1977Add some tests for the fts2 icu tokenizer. (CVS 4117)
2007-06-25  danielk1977Add some documentation for user-defined fts2 tokenizers...
2007-06-25  danielk1977Make the auto_vacuum mode peristent in all cases. ...
2007-06-24  danielk1977Fix for #2451. Code comment changes only. (CVS 4114)
2007-06-24  danielk1977Make setting "PRAGMA auto_vacuum = incremental" persist...
2007-06-24  danielk1977Add the "(database.)freelist_count" PRAGMA. For queryin...
2007-06-24  danielk1977When expanding '*' in the result set of a SELECT, quote...
2007-06-22  pweilbacherfix linking failure on OS/2 that happens with the amalg...
2007-06-22  pweilbacherfix compilation failure on OS/2 with the amalgamation...
2007-06-22  danielk1977Extend fts2 so that user defined tokenizers may be...
2007-06-21  drhClarify documentation of the column metadata APIs....
2007-06-21  drhUpdate the URL to mailing list archives. (CVS 4106)
2007-06-20  drhUse NAWK everywhere in Makefile.in. Ticket #2437....
2007-06-20  drhA column name preceded by a unary "+" operator is consi...
2007-06-20  drhRemove the dependency on libm for isnan(). Ticket...
2007-06-20  drhRemove an unused variable from btree.c. (CVS 4102)
2007-06-20  drhFix comment typo in analyze.c. Ticket #2434. (CVS...
2007-06-20  drhFix a bug in the command-line shell that prevents the
2007-06-20  drhDisallow empty GROUP BY clauses. Ticket #2431. (CVS...
2007-06-20  drhAdditional changes for ticket #2426. (CVS 4098)
2007-06-20  danielk1977Fix for #2432 and partial fix for #2427 (documentation...
2007-06-20  danielk1977Change main.mk to make it easier to build testfixture...
2007-06-20  danielk1977Fix snippet generation when the left-most column of...
2007-06-19  drhChange the TCL bindings so that @aaa always treats...
2007-06-19  drhCleanup the TCL interface source code and add documenta...
2007-06-19  drhIn the TCL bindings, if a TCL variable has a bytearray...
2007-06-19  drhChange the name of the "limits.h" source file to "sqlit...
2007-06-19  drhDo not segfault even if sqlite is misused by requesting...
2007-06-19  drhCast the 2nd parameter of ftruncate to off_t to work...
2007-06-18  drhAnother attempt to fix the build process for TCL window...
2007-06-18  drhBring the pager_datahash() macro into sync with its...
2007-06-18  drhFix the build scripts so that they generate Tcl binding...
2007-06-18  drhVersion 3.4.0 (CVS 4085)
2007-06-18  drhDocumentation updates prior to release 3.4.0. Enhanced...
2007-06-16  drhFix a faulty assert() in the pager. (CVS 4083)
2007-06-16  danielk1977Modify the tests in exclusive2.test to account for...
next