0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 15, 2025 — Aug 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Get the ABORT conflict resolution algorithm working. (CVS 362)
drh
More... over 24 years ago
Checkpoint code added to the pager. Regression tests work but the new APIs have not been tested yet. (CVS 361)
drh
More... over 24 years ago
Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL, IGNORE, and REPLACE. This checkin is code only. Documentation and tests are still needed. Also, ABORT is not fully implemented. (CVS 360)
drh
More... over 24 years ago
Added ON CONFLICT support to COPY. Updates to documentation. Bug fixes. (CVS 359)
drh
More... over 24 years ago
Better testing of the ON CONFLICT logic. (CVS 358)
drh
More... over 24 years ago
More bug fixes in the ON CONFLICT enhancement. (CVS 357)
drh
More... over 24 years ago
The new ON CONFLICT logic is in and passes the legacy tests. But the new capabilities have not been tested and are likely broken. (CVS 356)
drh
More... over 24 years ago
Beginning to insert the infrastructure for ON CONFLICT clauses. (CVS 355)
drh
More... over 24 years ago
Version 2.2.5 (CVS 448)
drh
More... over 24 years ago
Bug fix: The IN operator was not working if either side derived from an INTEGER PRIMARY KEY. (CVS 354)
drh
More... over 24 years ago
Do not escape the backslash character in shell output. (CVS 353)
drh
More... over 24 years ago
Version 2.2.4 (CVS 449)
drh
More... over 24 years ago
Constant ORDER BY or GROUP BY expressions are an error. (CVS 352)
drh
More... over 24 years ago
Fix a bug in the -separator command-line option. (CVS 351)
drh
More... over 24 years ago
The right-hand side of an AS in a SELECT can be used within expressions of the WHERE, ORDER BY, GROUP BY, and/or HAVING clauses. (CVS 350)
drh
More... over 24 years ago
Version 2.2.3 (CVS 450)
drh
More... over 24 years ago
Added the last_insert_rowid API function. Improved documentation of the random ROWID algorithm. (CVS 349)
drh
More... over 24 years ago
Added implementations for sqliteOsEnterMutex() and sqliteOsLeaveMutex(). (CVS 348)
drh
More... over 24 years ago
Fix warning messages in VC++. Patches from nicolas352001. (CVS 347)
drh
More... over 24 years ago
Version 2.2.2 (CVS 451)
drh
More... over 24 years ago
Fix a bug that could cause UPDATE to fail for a table that contains both an INTEGER PRIMARY KEY and an index. (CVS 346)
drh
More... over 24 years ago
Fix a problem with the way temporary tables mask permanent tables. (CVS 345)
drh
More... over 24 years ago
Version 2.2.1 (CVS 452)
drh
More... over 24 years ago
Homepage changes prior to version 2.2.1. (CVS 344)
drh
More... over 24 years ago
Continued work on the DROP/CREATE problem. (CVS 343)
drh
More... over 24 years ago
Working on a bug: Dropping and recreating a table within a transaction causes an assertion failure. (CVS 342)
drh
More... over 24 years ago
Added a manpage from A. Rottmann. (CVS 341)
drh
More... over 24 years ago
Makefile changes from Andreas Rottmann (CVS 1725)
drh
More... over 24 years ago
Makefile changes from Andreas Rottmann (CVS 340)
drh
More... over 24 years ago
Comment updates most. Also some small changes to the VDBE. (CVS 339)
drh
More... over 24 years ago