0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 16 hours ago.
Aug 17, 2025 — Aug 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for ticket #134: Change the lemon.c sources to work around a problem with the AIX C compiler. (CVS 715)
drh
More... about 24 years ago
Implement probabilistic reader/writer locks under windows so that windows can have multiple simultaneous readers. (CVS 714)
drh
More... about 24 years ago
Disable sorting by indices if there is a COLLATE subclause in the ORDER BY clause. (CVS 713)
drh
More... about 24 years ago
Fix for ticket #132: make the working directory the last choice for where to write temporary files, not the first choice. (CVS 712)
drh
More... about 24 years ago
Update documentation to better explain the typelessness of SQLite and to describe the distinction between text and numeric data. (CVS 711)
drh
More... about 24 years ago
Make the distinction between text and numeric data. (CVS 710)
drh
More... about 24 years ago
Documentation and makefile updates. (CVS 709)
drh
More... about 24 years ago
Bug fix to the left outer join logic. (CVS 708)
drh
More... about 24 years ago
Bug fix to the left outer join logic. (CVS 1726)
drh
More... about 24 years ago
Version 2.6.3 (CVS 707)
drh
More... about 24 years ago
Updates prior to release 2.6.3. (CVS 706)
drh
More... about 24 years ago
Fix for ticket #9 (again). The rollback journal files should now also be byte-order independent. (CVS 705)
drh
More... about 24 years ago
Fix for ticket #9: Add the ability to read little-endian database files from a big-endian machine and vice versa. (CVS 704)
drh
More... about 24 years ago
Fix typos the source to webpages html files. (CVS 703)
drh
More... about 24 years ago
Fix for ticket #131: When a SELECT contains a GROUP BY clause it cannot use an index for sorting. It has to sort as a separate operation after the GROUP BY is complete. (CVS 702)
drh
More... about 24 years ago
Remove the restriction that a transaction cannot be started by one linuxthread and continued by another. Leave in the documentation the warning about not carrying a database connection across fork() but do not test for it any more. Ticket #130. (CVS 701)
drh
More... about 24 years ago
Fix for ticket #124: Fix a stack VDBE overflow problem on joins on an INTEGER PRIMARY KEY. (CVS 700)
drh
More... about 24 years ago
Version 2.6.2 (CVS 699)
drh
More... about 24 years ago
Update version number and change log for the 2.6.2 release. (CVS 698)
drh
More... about 24 years ago
Fix for ticket #104: Make triggers on views work properly even after closing and reopening the database. Also fixed an unrelated bug in the version 2.6.0 database format upgrade logic. The upgrade logic bug was found while testing the trigger fixes. (CVS 697)
drh
More... about 24 years ago
Fix for ticket #114: Correctly handle SQLITE_BUSY if it occurs during database initialization. (CVS 696)
drh
More... about 24 years ago
Fix for ticket #111: Update the documentation to explain that you may not start a transaction in one thread and complete it in another thread under Linux Threads where each thread has its own process ID. (CVS 695)
drh
More... about 24 years ago
Fix for ticket #71: Correctly handle CR and CRLF line terminators in the input files for the COPY command. (CVS 694)
drh
More... about 24 years ago
UPDATE triggers on TEMP tables were broken. (CVS 693) More... about 24 years ago
Version 2.6.1 (CVS 691)
drh
More... about 24 years ago
Rig the ident string so that it is not changed by RCS on checkin. (CVS 692)
drh
More... about 24 years ago
Fix an assertion failure that occurs when attempting to delete all rows of a table while the "count_changes" pragma is turned on. Up the version number to 2.6.1. (CVS 690)
drh
More... about 24 years ago
Add static ident strings (such as picked up by the RCS "ident" command) containing the library version number. (CVS 689)
drh
More... about 24 years ago
Better detection and reporting of errors when initializing from the sqlite_master table. (CVS 688)
drh
More... about 24 years ago
Version 2.6.0 Release 2 (CVS 687)
drh
More... about 24 years ago