0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 2.6.3 (CVS 707)
drh
More... over 23 years ago
Updates prior to release 2.6.3. (CVS 706)
drh
More... over 23 years ago
Fix for ticket #9 (again). The rollback journal files should now also be byte-order independent. (CVS 705)
drh
More... over 23 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... over 23 years ago
Fix typos the source to webpages html files. (CVS 703)
drh
More... over 23 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... over 23 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... over 23 years ago
Fix for ticket #124: Fix a stack VDBE overflow problem on joins on an INTEGER PRIMARY KEY. (CVS 700)
drh
More... over 23 years ago
Version 2.6.2 (CVS 699)
drh
More... over 23 years ago
Update version number and change log for the 2.6.2 release. (CVS 698)
drh
More... over 23 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... over 23 years ago
Fix for ticket #114: Correctly handle SQLITE_BUSY if it occurs during database initialization. (CVS 696)
drh
More... over 23 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... over 23 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... over 23 years ago
UPDATE triggers on TEMP tables were broken. (CVS 693) More... over 23 years ago
Version 2.6.1 (CVS 691)
drh
More... over 23 years ago
Rig the ident string so that it is not changed by RCS on checkin. (CVS 692)
drh
More... over 23 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... over 23 years ago
Add static ident strings (such as picked up by the RCS "ident" command) containing the library version number. (CVS 689)
drh
More... over 23 years ago
Better detection and reporting of errors when initializing from the sqlite_master table. (CVS 688)
drh
More... over 23 years ago
Version 2.6.0 Release 2 (CVS 687)
drh
More... over 23 years ago
Fix a bug in the publish.sh script that was causing the windows DLL to not be built. (CVS 686)
drh
More... over 23 years ago
Change the name of variable "near" to "nearby" since MSVC mistakenly belieaves that "near" is a keyword. (CVS 685)
drh
More... over 23 years ago
Version 2.6.0 Release 1 (CVS 684)
drh
More... over 23 years ago
Update documentation prior to the release of 2.6.0. (CVS 683)
drh
More... over 23 years ago
Make the automatic database upgrade work even if there are triggers. Add tests for automatic upgrade and for failing if reading a more advanced version of the database. Ticket #107. (CVS 682)
drh
More... over 23 years ago
Fix for ticket #107: Fix a design defect in indices that was causing queries to fail when using an index on a column containing an empty string. This fix is an incompatible file-format change. (CVS 681)
drh
More... over 23 years ago
Fix for ticket #105: Fix the UPDATE command so that it works properly with indexed tables when there is a subquery in the WHERE clause. Add tests to verify correct operation. (CVS 680)
drh
More... over 23 years ago
Fix for ticket #100: Correctly handle ON and USING clauses of JOINs within a VIEW. (CVS 679)
drh
More... over 23 years ago
Fix a syntax error in the tclsqlite.c file. (CVS 678)
drh
More... over 23 years ago