]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2011-06-21  shanehUpdate a few of the uri tests to work on Windows.
2011-06-21  shanehUpdates to nmake makefile to allow options to be passed...
2011-06-21  drhGive the osLocaltime() function file scope in date.c.
2011-06-21  danInitialize a variable introduced as part of the fix...
2011-06-21  danAdd a missing initializer for sqlite3GlobalConfig.bLoca...
2011-06-21  danFix main.mk so that the "amalgamation-testfixture"...
2011-06-21  drhRework the localtime logic yet again in order to make...
2011-06-21  drhSimplifications to the localtime() interface. Fix...
2011-06-21  danChange the error message returned when localtime_r...
2011-06-21  danFix an error made in the previous commit. The parameter...
2011-06-21  danReturn an error if localtime_r() fails within one of...
2011-06-21  drhAdd a new AWK script in the tool/ folder for converting...
2011-06-20  drhMore typo fixes in evidence marks. No code changes.
2011-06-20  drhFix typos in evidence marks on tests.
2011-06-20  drhFix more documentation typos.
2011-06-20  shanehAdd ability to pass linker specific options to nmake...
2011-06-20  shanehFix a couple of compiler issues on Windows due to warni...
2011-06-20  shanehAdd additional error check for disk full on Windows.
2011-06-20  drhFix documentation typos. No changes to code.
2011-06-20  drhRemove the SQLITE_OMIT_CONFLICT_CLAUSE preprocessor...
2011-06-20  drhMore compiler warning fixes.
2011-06-20  drhFix compiler warnings in lemon by removing some of...
2011-06-20  drhRework the autoconf script to better deal with utime...
2011-06-20  shanehUpdate a couple test scripts to account for more floati...
2011-06-20  drhFix various harmless compiler warnings in FTS3 and...
2011-06-20  drhEnable crnl to nl translation for the mksqlite3c.tcl...
2011-06-20  danUpdate some test cases in fts4aa.test.
2011-06-20  danFix a problem where FTS test code was not being include...
2011-06-20  danAdd tests for the "column:term" query syntax to fts3aut...
2011-06-19  drhDo not run test tkt-2d1a5c67d.test in the inmemory_jour...
2011-06-17  shanehFix a header dependency in nmake Makefile.
2011-06-17  danAvoid loading doclists for infrequent terms that are...
2011-06-17  danAdd a missing declaration to fts3Int.h.
2011-06-17  shanehFix a few more issues with the nmake makefile.
2011-06-17  shanehUpdate walro.test script for Windows.
2011-06-17  shanehForce almagamation gen scripts to use unix line endings...
2011-06-17  shanehMore updates to the nmake makefile.
2011-06-17  shanehAdd Microsoft nmake compatible makefile; update a few...
2011-06-16  danFix a problem with NEAR queries executed inside a trans...
2011-06-16  drhChanges to #ifdefs so that the build goes correctly...
2011-06-15  drhFix the multiplex.test module so that it works with...
2011-06-15  drhFurther tweaks to the wal7.test test case.
2011-06-15  danAdd a couple of pointer type casts to test file test_qu...
2011-06-15  drhFix the wal7.test script so that it works even if secur...
2011-06-15  drhMerge the improved incremental doclist loading test...
2011-06-15  drhFix so that the TCL test harness works even if SQLITE_E... broken-build
2011-06-15  drhFix a couple of compiler warnings.
2011-06-15  danAdd an interface to better test incremental loading...
2011-06-14  danFix a memory leak that can follow an OOM error in a...
2011-06-14  danMerge fts3-prefix-search branch with trunk.
2011-06-14  danAdd a couple of extra tests. fts3-prefix-search
2011-06-14  danFix another bug caused by NEAR/matchinfo/order=DESC...
2011-06-14  danMerge recent trunk changes into fts3-prefix-search...
2011-06-14  danRemove unused parameters from internal fts3 function.
2011-06-13  danUpdate trace2.test to account for new FTS queries.
2011-06-13  danAdd tests for deferred tokens to fts3auto.test. Fix...
2011-06-13  danChanges to fts3auto.test to test OR, AND and NOT operat...
2011-06-13  drhUse only unsigned values in the implementatin of LIKE...
2011-06-13  danFix a bug exposed by combining matchinfo(), NEAR and...
2011-06-10  danWhen updating a field that requires foreign key constra...
2011-06-10  danFix minor problems with foreign key constraints where...
2011-06-09  danFix a line in pcache1.c where a global data structure...
2011-06-09  danFix problems to do with using both OR and NEAR operator...
2011-06-08  danFix various issues to do with deferred tokens, NEAR...
2011-06-07  danHave NEAR queries use incremental merging. Fix issues...
2011-06-07  drhFix a comment type on the description of the Schema...
2011-06-06  drhMerge the latest trunk changes into the fts3-prefix...
2011-06-06  danModify fts3rnd.test to run tests for both "ORDER BY...
2011-06-06  drhAdd assert() statements to verify that u16 pointers...
2011-06-06  danClean up the code for processing FTS4 options a bit.
2011-06-04  danRemove some unreachable code.
2011-06-04  danAllow the "order=DESC" and "order=ASC" parameters in...
2011-06-04  drhPerformance improvement to the btree search routine.
2011-06-03  drhPerformance improvements on memory copies inside of...
2011-06-03  drhPerformance enhancement to the blob-literal tokenizer.
2011-06-03  drhCreate and use a function especially for adding the...
2011-06-03  danFTS changes: Remove unreachable code. Fix bugs. When...
2011-06-03  drhFactor an "if" out of a loop in balance_nonroot() for...
2011-06-03  drhHush some harmless compiler warnings in the URI parsing...
2011-06-03  drhInclude more detailed version information in the comman...
2011-06-03  drhAdd shell scripts used for testing compiler warnings...
2011-06-03  drhFix the build when using SQLITE_OMIT_PRAGMA.
2011-06-03  drhFix an #ifdef of SQLITE_OMIT_VIRTUALTABLE that had...
2011-06-02  danChanges to improve performance and support LIMIT clause...
2011-06-02  drhFix a faulty assert() in the WAL-mode logic for read...
2011-06-02  drhAdd a missing check for out-of-memory in the lemon...
2011-06-02  drhMerge the read-only shared memory branch into trunk...
2011-06-01  drhMake use of the sqlite3GetBoolean() interface for more... wal-readonly
2011-06-01  drhSimplify the wal-readonly branch so that it does not...
2011-06-01  drhPull the latest trunk changes into the wal-readonly...
2011-06-01  drhAvoid unnecessary duplication of SQL parameter names.
2011-06-01  drhRefactor the SQL parameter processing so that parameter...
2011-05-31  drhMerge the latest trunk changes into the wal-readonly...
2011-05-31  drhFix a problem in the sqlite3TestErrorName() function...
2011-05-31  drhUpdate the documentation to state that any parameter...
2011-05-30  drhMinor performance improvements.
2011-05-30  drhUpdate evidence marks on the URI filename tests to...
2011-05-30  drhMake sure the P5 argument to the OP_VUpdate opcode...
2011-05-28  drhFix a "#ifdef" from check-in [03f7d36a8a] that should...
2011-05-28  danMinor changes made while planning a larger change.
next