]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2009-10-02  danAdd one more authentication test to fkey2.test to cover...
2009-10-02  danWhen inserting a row into a child table, invoke the...
2009-10-02  danAdd a test to check that the incrblob API cannot be...
2009-10-01  danAdd test cases to cover the branches added by the previ...
2009-10-01  danIf an update does not modify any child or parent key...
2009-10-01  danAdd tests to check that FK support interacts with count...
2009-09-30  danRemove unreachable branches from fkey.c. Add a few...
2009-09-30  danChange a couple of comments to use "SQLITE_MUTEX_OMIT...
2009-09-29  danUse the affinity and collation sequence associated...
2009-09-29  danCheck that a unique index uses the default collation...
2009-09-29  danRemove an unused variable from fkey.c.
2009-09-29  danVarious fixes so that "make test" works with OMIT_FOREI...
2009-09-28  danIgnore foreign key mismatch errors while compiling...
2009-09-28  danFix the DROP TABLE command so that it cannot be used...
2009-09-28  danFix some foreign key constraint related problems that...
2009-09-26  danWhen ALTER TABLE RENAME TO is used to change the name...
2009-09-25  danAvoid checking if an insert or delete has "fixed" an...
2009-09-25  danFix comments in fkey2.c to reflect the immediate-constr...
2009-09-25  danPrevent ALTER TABLE from being used to add a column...
2009-09-24  danFixes and test cases to make sure the affinity and...
2009-09-24  danFix a bug in the code for REPLACE conflict handling...
2009-09-24  danFix a problem in fkey.c when a child key is the IPK...
2009-09-24  drhRemove the ALWAYS() added by the previous check-in...
2009-09-24  drhComment enhancements. Add an ALWAYS macro in fkey...
2009-09-24  danEnsure foreign key related processing takes place when...
2009-09-24  danUse sqlite3FkOldmask() in delete.c instead of assuming...
2009-09-24  danRemove unused parameter from sqlite3CodeRowTrigger...
2009-09-24  drhMake sure a transaction is available for rollback whene...
2009-09-23  shaneMore fkey tests.
2009-09-23  danFix a problem with FK constraints that implicitly map...
2009-09-23  danFix a problem in the fkey_malloc.test script.
2009-09-23  danDo not check immediate foreign key constraints until...
2009-09-23  drhModify the ".dump" command on the CLI so that it always...
2009-09-23  drhChange the version number to 3.6.19. Fix a couple...
2009-09-23  danDisallow using the implicit rowid column as the parent...
2009-09-23  drhAdd test cases for the IS and IS NOT operator.
2009-09-23  danAdd extra tests for foreign key support.
2009-09-23  danAdd missing comments to fkey.c. Also, change the termin...
2009-09-23  drhDo not run ON UPDATE actions of a foreign key constrain...
2009-09-23  drhGeneralize the IS and IS NOT operators so that their...
2009-09-22  drhFactor the UMINUS and UPLUS tokens out of the parser...
2009-09-22  drhThe NO ACTION action really should be no-action and...
2009-09-22  danFix another OOM related problem in fkey.c.
2009-09-22  danFix a problem with ON DELETE SET DEFAULT actions.
2009-09-22  danFix an OOM related crash in fkey.c.
2009-09-22  shaneAllow specific exclusion of localtime_s() usage on...
2009-09-22  danFix compilation errors when OMIT_FOREIGN_KEY is defined.
2009-09-21  danFix a problem with foreign key constraints that map...
2009-09-21  danFix compilation with both OMIT_UTF16 and ENABLE_STAT2...
2009-09-21  danFix compilation with OMIT_TRIGGER defined. Ticket ...
2009-09-19  danAdd fkey.c to the autoconf and amalgamation build systems.
2009-09-19  danCheck in implementation of foreign key constraints.
2009-09-17  drhWhen coding a trigger, assume that the "oldmask" requir...
2009-09-14  drhMake sure sufficient space is allocated for at least...
2009-09-11  drhSet the execute permission bit on "configure".
2009-09-11  drhMake sure the (unsupported) configure script in the...
2009-09-11  drhAdd an #ifndef so that the build works with SQLITE_OMIT...
2009-09-10  drhOmit the mutexIsInit test variable when mutexes are...
2009-09-10  shaneFixed some warnings and an assert in the WINCE code...
2009-09-10  drhMake sure the threadsOverrideEachOthersLocks variable...
2009-09-10  shaneCleanup of warnings on MSVC build.
2009-09-10  danUpdate an r-tree test to account for changes in the...
2009-09-10  danDefine SQLITE_TEST when compiling mem5.c for testfixture.
2009-09-10  danFix a problem in test script corrupt.test.
2009-09-10  drhAdd assert() statement to verify that new mutexes are...
2009-09-10  danFix a problem with the sqlite3VdbeMayAbort() assert...
2009-09-10  danRemove an ALWAYS macro around an expression that is...
2009-09-10  shaneReduce default SQLITE_MAX_TRIGGER_DEPTH when SQLITE_SMA...
2009-09-09  danTrying to open a transaction in one thread and close...
2009-09-09  drhSuppress some harmless compiler warnings.
2009-09-09  drhBug fix in the SQLITE_OPEN_PRIVATECACHE option added...
2009-09-09  danAdd some tests that involve BEFORE UPDATE or BEFORE...
2009-09-09  drhUpdate the README file to state that TCL is required...
2009-09-09  drhAdded SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECA...
2009-09-09  drhIncrease the size of bitvec objects to 1024 bytes on...
2009-09-09  danAdd a test case to show that [/info/29ab7be99f|29ab7be9...
2009-09-09  danAdd a complicated assert() to check that statement...
2009-09-08  danCombine the OP_Statement and OP_Transaction opcodes.
2009-09-08  danIf recursive-triggers are enabled, fire DELETE triggers...
2009-09-08  drhAdditional simplifications in support of structural...
2009-09-08  drhFurther simplifications to the VDBE - removing function...
2009-09-08  drhCode simplifications, especially to the pseudo-table...
2009-09-07  drhAdd the SQLITE_LIMIT_TRIGGER_DEPTH option to sqlite3_li...
2009-09-07  danMerge [/src/vinfo/1958db4493461b3a54217a6a45f2730287107...
2009-09-07  danFix a bug where a condition was incorrectly being compi...
2009-09-07  shaneWarning cleanup from the MSVC compile.
2009-09-07  shaneAttempt to handle numbers at the limits of the IEEE...
2009-09-07  shaneChanges to internal AtoF to improve "accuracy" when...
2009-09-03  drhAdd the "unix-wfl" VFS that does whole-file locking...
2009-09-03  drhDo not reuse function parameters in subsequent expressi...
2009-09-02  drhDocumentation updates for the version info #defines...
2009-09-01  danFix a problem in main.c. SQLITE_NoRecTriggers -> SQLITE...
2009-09-01  danChange "PRAGMA disable_recursive_triggers" to "PRAGMA...
next