0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 22 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove the experimental sqlite_open_aux_file() API. It will soon be replaced by ATTACH and DETACH SQL commands. (CVS 1732)
drh
More... over 23 years ago
Remove the experimental sqlite_open_aux_file() API. It will soon be replaced by ATTACH and DETACH SQL commands. (CVS 889)
drh
More... over 23 years ago
Remove the obsolete documentation on how to crosscompile version 1.0 of SQLite. (CVS 888)
drh
More... over 23 years ago
Detect when a child node of a btree page has zero entries and report that as a case of database corruption. (CVS 887)
drh
More... over 23 years ago
Fix a memory leak in triggers and update tests to show the latest error message text. (CVS 886)
drh
More... over 23 years ago
Regression tests now work - except for some changes in error message text. The library is now safe to use for experimental work. (CVS 885)
drh
More... over 23 years ago
Fix a segfault in the trigger code. (CVS 884)
drh
More... over 23 years ago
Changes to the "sqlite" structure that allow simultaneous operations on multiple database files. Many regession tests pass - but not all of them. Do not use this version except for debugging SQLite itself. (CVS 1731)
drh
More... over 23 years ago
Changes to the "sqlite" structure that allow simultaneous operations on multiple database files. Many regession tests pass - but not all of them. Do not use this version except for debugging SQLite itself. (CVS 883)
drh
More... over 23 years ago
Re-generated. (CVS 882) More... over 23 years ago
Updated libtool. (CVS 881) More... over 23 years ago
Added pkg-config support. (CVS 880) More... over 23 years ago
Record the database name in addition to the table name for DELETE, INSERT, and UPDATE statements. (CVS 879)
drh
More... over 23 years ago
Modifications to the VDBE to support more than one database file. (CVS 878)
drh
More... over 23 years ago
Do not allow an empty string to be inserted into an INTEGER PRIMARY KEY. (CVS 877)
drh
More... over 23 years ago
Add more tests to make sure that sqlite_changes() works when using the non-callback API. Ticket #250. (CVS 876)
drh
More... over 23 years ago
Get the non-callback API working with the EXPLAIN keyword and for PRAGMAs. Tickets #258 and #257. Update the API documentation on the sqlite_changes() routine to explain how it works with the non-callback API. Ticket #250. (CVS 875)
drh
More... over 23 years ago
Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement that fails. Ticket #249. (CVS 874)
drh
More... over 23 years ago
Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement that fails. Ticket #249. (CVS 1730)
drh
More... over 23 years ago
When the right table in a LEFT OUTER JOIN contains an INTEGER PRIMARY KEY make sure that key is NULL if there is no row in the right table that matches the current row in the left table. Tickets #246 and #247. (CVS 873)
drh
More... over 23 years ago
Fix the parsing of the LIMIT clause when the limit and offset are separated by a comma. The offset comes before the limit in that case. Ticket #245. (CVS 872)
drh
More... over 23 years ago
Version 2.8.0 (CVS 870)
drh
More... over 23 years ago
Couple of last-minute changes before 2.8.0. (CVS 871)
drh
More... over 23 years ago
Update the speed comparison documentation to show the improved performance of PostgreSQL after performance tuning. (CVS 869)
drh
More... over 23 years ago
Added test code to check for file descriptor leaks. All regression tests pass now on both win2k and linux. (CVS 868)
drh
More... over 23 years ago
Fix more bugs. The new rollback journal implementation now passes all regression tests under Linux. (CVS 867)
drh
More... over 23 years ago
Fix the pager so that correct rollbacks occur when synchronous is turned off. This check-in also included unrelated documentation updates. (CVS 866)
drh
More... over 23 years ago
Update the documentation for the new journal format to be introduced in version 2.8.0. (CVS 865)
drh
More... over 23 years ago
Update the documentation for the new journal format to be introduced in version 2.8.0. (CVS 1729)
drh
More... over 23 years ago
Fix a bug in the rollback logic for the new journal format. (CVS 864)
drh
More... over 23 years ago