2018-08-18 |
dan | Improvements to error handling in ALTER TABLE RENAME... edit-trigger-wrapper |
commit | commitdiff | tree |
2018-08-17 |
dan | Allow an ALTER TABLE RENAME COLUMN to proceed even... |
commit | commitdiff | tree |
2018-08-17 |
dan | Ensure that CREATE VIEW, TRIGGER or INDEX statements... |
commit | commitdiff | tree |
2018-08-16 |
dan | Further progress on updating trigger programs as part... |
commit | commitdiff | tree |
2018-08-15 |
dan | (no comment) |
commit | commitdiff | tree |
2018-08-14 |
dan | Fix a problem when renaming an IPK column that is also... |
commit | commitdiff | tree |
2018-08-14 |
dan | Fix a problem when renaming an IPK column that is also... |
commit | commitdiff | tree |
2018-08-14 |
dan | Merge latest trunk and ALTER TABLE error message improv... |
commit | commitdiff | tree |
2018-08-14 |
drh | Do not allow ALTER TABLE RENAME COLUMN on a virtual... |
commit | commitdiff | tree |
2018-08-14 |
dan | Have ALTER TABLE RENAME edit column references in CREAT... |
commit | commitdiff | tree |
2018-08-14 |
drh | Improved error messages when an ALTER TABLE RENAME... |
commit | commitdiff | tree |
2018-08-14 |
drh | Merge fixes and enhancements from trunk. |
commit | commitdiff | tree |
2018-08-14 |
dan | Fix ALTER TABLE RENAME COLUMN in cases where the column... |
commit | commitdiff | tree |
2018-08-14 |
drh | Fix UPSERT so that it checks the target-constraint... |
commit | commitdiff | tree |
2018-08-13 |
drh | Stop requiring the global VFS mutex to access the unixI... |
commit | commitdiff | tree |
2018-08-13 |
drh | Take extra precautions to ensure access to unixInodeInf... |
commit | commitdiff | tree |
2018-08-13 |
dan | Edit the WHEN and UPDATE OF clauses of trigger programs... |
commit | commitdiff | tree |
2018-08-13 |
drh | Make the sqlite_rename_column() SQL function resistant... |
commit | commitdiff | tree |
2018-08-13 |
drh | Fix legacy comments on Token. Begin commenting the... |
commit | commitdiff | tree |
2018-08-13 |
drh | Fix issues with ALTER TABLE RENAME COLUMN associated... |
commit | commitdiff | tree |
2018-08-13 |
drh | Fix an incorrect comment on the unix-nolock VFS object... |
commit | commitdiff | tree |
2018-08-11 |
drh | Add the "atrc" test program. "Atrc" is short for... |
commit | commitdiff | tree |
2018-08-11 |
dan | If the new column name in an ALTER TABLE RENAME COLUMN... |
commit | commitdiff | tree |
2018-08-11 |
dan | Avoid an assert() sometimes triggered by ALTER TABLE... |
commit | commitdiff | tree |
2018-08-11 |
dan | Fix a bug causing ALTER TABLE RENAME COLUMN to fail... |
commit | commitdiff | tree |
2018-08-11 |
dan | Fix a bug causing all ALTER TABLE RENAME COLUMN command... |
commit | commitdiff | tree |
2018-08-11 |
dan | Reload the entire schema after renaming a column in... |
commit | commitdiff | tree |
2018-08-10 |
dan | Ensure the schema cookie is changed when a column is... |
commit | commitdiff | tree |
2018-08-10 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2018-08-10 |
dan | When a column is renamed, update any references to... |
commit | commitdiff | tree |
2018-08-10 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree |
2018-08-10 |
dan | Fix a problem with renaming columns on tables with... |
commit | commitdiff | tree |
2018-08-09 |
drh | Fix the isLikeOrGlob() routine in the WHERE clause... |
commit | commitdiff | tree |
2018-08-09 |
dan | Experimental implementation of ALTER TABLE ... RENAME... |
commit | commitdiff | tree |
2018-08-09 |
drh | When a column must be a constant due to WHERE clause... |
commit | commitdiff | tree |
2018-08-08 |
mistachkin | Minor style improvements. |
commit | commitdiff | tree |
2018-08-06 |
drh | Enhance the edit() function so that it converts text... |
commit | commitdiff | tree |
2018-08-06 |
drh | Add the --info option to the fuzzcheck test utility. |
commit | commitdiff | tree |
2018-08-06 |
drh | Fix an overzealous assert() statement discovered by... |
commit | commitdiff | tree |
2018-08-04 |
drh | Remove the column-cache from the code generator. The... |
commit | commitdiff | tree |
2018-08-04 |
drh | Remove a testcase() that is no longer reachable without... omit-column-cache |
commit | commitdiff | tree |
2018-08-04 |
drh | Fix comments that were made obsolete by the removal... |
commit | commitdiff | tree |
2018-08-04 |
drh | Remove more column-cache residue: The OP_SetColTab... |
commit | commitdiff | tree |
2018-08-04 |
drh | Further logic simplifications that flow out of the... |
commit | commitdiff | tree |
2018-08-04 |
drh | Add test cases for the constant expression fix of the... |
commit | commitdiff | tree |
2018-08-04 |
drh | Ensure that all expressions that are to be evaluated... |
commit | commitdiff | tree |
2018-08-04 |
drh | Remove additional traces of the column cache. |
commit | commitdiff | tree |
2018-08-03 |
drh | Completely remove the column cache logic, which has... |
commit | commitdiff | tree |
2018-08-03 |
dan | Fix the handling of sub-queries with LIMIT clauses... |
commit | commitdiff | tree |
2018-08-03 |
drh | Fix the OP_SeekRowid opcode so that it has no type... |
commit | commitdiff | tree |
2018-08-03 |
drh | Improve "PRAGMA vdbe_trace=ON" to always show the key... |
commit | commitdiff | tree |
2018-07-29 |
drh | In the command-line shell, always exit if realloc(... |
commit | commitdiff | tree |
2018-07-28 |
drh | Add a small cost penalty to sorting to bias the query... |
commit | commitdiff | tree |
2018-07-28 |
drh | Do not allow a column reference that is converted into... |
commit | commitdiff | tree |
2018-07-28 |
drh | Fix an assert() statement that was made obsolete by... |
commit | commitdiff | tree |
2018-07-28 |
drh | Improved debugging output when the ".selecttrace" optio... |
commit | commitdiff | tree |
2018-07-27 |
drh | Improvements to the parser to increase coverage. Fix... |
commit | commitdiff | tree |
2018-07-27 |
drh | When doing a DROP VIEW do not try to delete entries... |
commit | commitdiff | tree |
2018-07-27 |
drh | Minor grammar changes that help the parser run faster... |
commit | commitdiff | tree |
2018-07-27 |
mistachkin | Enhance Makefile for MSVC to support building the shell... |
commit | commitdiff | tree |
2018-07-27 |
drh | The WHERE-clause constant propagation optimization... |
commit | commitdiff | tree |
2018-07-27 |
drh | Reduce the performance cost of the constant propagation... propagate-const-opt |
commit | commitdiff | tree |
2018-07-27 |
drh | Performance improvement to sqlite3ExprCollSeq(). With... |
commit | commitdiff | tree |
2018-07-27 |
drh | Faster implementation of sqlite3IsBinary(). |
commit | commitdiff | tree |
2018-07-27 |
drh | Only run the constant propagation optimization on joins... |
commit | commitdiff | tree |
2018-07-27 |
drh | Constant propagation is now restricted to just the... |
commit | commitdiff | tree |
2018-07-26 |
drh | Add a test case demonstrating the collation problem... |
commit | commitdiff | tree |
2018-07-26 |
drh | Generalize the constant propagation optimization so... |
commit | commitdiff | tree |
2018-07-26 |
drh | In the unix VFS, give every unixInodeInfo object its... |
commit | commitdiff | tree |
2018-07-26 |
drh | Initial implementation of the WHERE-clause constant... |
commit | commitdiff | tree |
2018-07-25 |
dan | Fix a buffer overread in fts5. |
commit | commitdiff | tree |
2018-07-25 |
mistachkin | Keep generated opcode values grouped together when... |
commit | commitdiff | tree |
2018-07-25 |
dan | Fix a typo in the documentation for sqlite3_snapshot_get(). |
commit | commitdiff | tree |
2018-07-24 |
drh | Do not abort running queries due to a CREATE INDEX... |
commit | commitdiff | tree |
2018-07-24 |
mistachkin | Add missing SQLITE_OMIT_WINDOWFUNC check to the json1... |
commit | commitdiff | tree |
2018-07-23 |
drh | Return an SQLITE_NOMEM error if the locking mutex fails... separate-lock-mutex |
commit | commitdiff | tree |
2018-07-23 |
drh | First attempt at reducing mutex contention in the unix... |
commit | commitdiff | tree |
2018-07-23 |
mistachkin | Fix typo of 'SQLITE_OMIT_WINDOWFUNC'. |
commit | commitdiff | tree |
2018-07-23 |
drh | Attempt to improve the documentation for snapshots... |
commit | commitdiff | tree |
2018-07-23 |
dan | Fix the macros used to generate the output of "PRAGMA... |
commit | commitdiff | tree |
2018-07-22 |
mistachkin | Fix more harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2018-07-22 |
mistachkin | Another minor revision to the 'fulltestonly' set of... |
commit | commitdiff | tree |
2018-07-22 |
mistachkin | Fix harmless compiler warning. |
commit | commitdiff | tree |
2018-07-22 |
mistachkin | In the Win32 VFS, when truncating a file, unmap it... |
commit | commitdiff | tree |
2018-07-22 |
drh | Remove an unused branch in the FK logic. dropViewNoStat |
commit | commitdiff | tree |
2018-07-21 |
mistachkin | In 'resetdb.test', close a database prior to trying... |
commit | commitdiff | tree |
2018-07-20 |
mistachkin | When dropping a view, skip trying to delete from 'sqlit... |
commit | commitdiff | tree |
2018-07-20 |
drh | Change the SQLITE_Stat34 bit of the optimization test... |
commit | commitdiff | tree |
2018-07-20 |
drh | New checked in PRAGMA integrity_check to validate the... |
commit | commitdiff | tree |
2018-07-20 |
drh | Enhanced detection of problems on the freelist and... |
commit | commitdiff | tree |
2018-07-19 |
drh | Avoid a branch in the commit logic that is unreachable... |
commit | commitdiff | tree |
2018-07-19 |
drh | Allow the VACUUM following SQLITE_DBCONFIG_RESET_DATABA... |
commit | commitdiff | tree |
2018-07-19 |
dan | Experimental fix for resetting databases that have... exp-dbreset-fix |
commit | commitdiff | tree |
2018-07-18 |
drh | Add the SQLITE_FCNTL_DATA_VERSION file control |
commit | commitdiff | tree |
2018-07-18 |
drh | Fix a harmless compiler warning in the pager. Enhance... |
commit | commitdiff | tree |
2018-07-17 |
dan | If an SQLITE_IOERR error is encountered as part of... |
commit | commitdiff | tree |
2018-07-17 |
dan | Fix for builds without SQLITE_ENABLE_BATCH_ATOMIC_WRITE. exp-retry-atomic-commit |
commit | commitdiff | tree |
2018-07-16 |
dan | Add new file doc/F2FS.txt, containing notes on the... |
commit | commitdiff | tree |
2018-07-16 |
drh | Minor simplification to sqlite3RollbackAll(). |
commit | commitdiff | tree |
2018-07-14 |
dan | If an SQLITE_IOERR error is encountered as part of... |
commit | commitdiff | tree |
next |