openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
libsql
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 19 hours
ago.
Aug 21, 2025 — Aug 21, 2026
Showing page 1,110 of 1,123
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
An attempt to delete a single row using a WHERE clause that specifies the rowid would result in an error if the rowid did not exist. This problem has been resolved. (CVS 338)
drh
More...
over 24 years ago
Comment changes. Change the use of BTree so that either the key is an integer or the data is empty. (CVS 337)
drh
More...
over 24 years ago
Version 2.2.0 (CVS 453)
drh
More...
over 24 years ago
Bug fix in the out-of-order INSERT. (CVS 336)
drh
More...
over 24 years ago
Update documentation for the 2.2.0 release. (CVS 335)
drh
More...
over 24 years ago
Bug fixing in the new integer primary key code. (CVS 334)
drh
More...
over 24 years ago
Added support for the INTEGER PRIMARY KEY column type. (CVS 333)
drh
More...
over 24 years ago
Added the ability to say things like "SELECT rowid, * FROM table1;" (CVS 332)
drh
More...
over 24 years ago
Comment and documentation changes. (CVS 331)
drh
More...
over 24 years ago
Version 2.1.7 (CVS 454)
drh
More...
over 24 years ago
Typo in change log fixed. (CVS 330)
drh
More...
over 24 years ago
Release 2.1.7 (CVS 329)
drh
More...
over 24 years ago
Fix a bug in the sqliteBtreeFirst() function which was causing the first row of a table to be repeated during a scan. (CVS 328)
drh
More...
over 24 years ago
Fix a critical bug in the creation of temporary tables. (CVS 327)
drh
More...
over 24 years ago
Version 2.1.6 (CVS 455)
drh
More...
over 24 years ago
Fix a race condition in the locking code that would sometimes cause SQLITE_PROTOCOL or SQLITE_CORRUPT to be returned when SQLITE_BUSY should have been returned. (CVS 326)
drh
More...
over 24 years ago
Version 2.1.5 (CVS 456)
drh
More...
over 24 years ago
Bug fix in the sqliteOsLock() and sqliteOsUnlock() routines of POSIX. Version 2.1.5. (CVS 325)
drh
More...
over 24 years ago
Version 2.1.4 (CVS 457)
drh
More...
over 24 years ago
Minor changes prior to 2.1.4 (CVS 324)
drh
More...
over 24 years ago
Version 2.1.4 (CVS 323)
drh
More...
over 24 years ago
Bug fix: sqlite_exec() would sometimes return SQLITE_PROTOCOL when it should have returned SQLITE_BUSY. There was also a deadlock that the previous bug was masking. (CVS 322)
drh
More...
over 24 years ago
Add the ability to do a single .command as the second argument to the command-line shell. (CVS 321)
drh
More...
over 24 years ago
Fix typos. (CVS 320)
drh
More...
over 24 years ago
Typos fixed. (CVS 319)
drh
More...
over 24 years ago
Update the FAQ. Change the GMT timezone label to UTC on all files. (CVS 318)
drh
More...
over 24 years ago
Version 2.1.3 (CVS 458)
drh
More...
over 24 years ago
Fix comparison functions so that they are consistent with the order of elements in indices. Fix the handling of large integers. (CVS 317)
drh
More...
over 24 years ago
Version 2.1.2 (CVS 459)
drh
More...
over 24 years ago
Fix a bug in DROP TABLE that could cause SQLITE_MASTER table corruption. The root problem was that the sequence of BTree operations (Delete, Next) would not always leave the cursor pointing at the first entry after the entry that was deleted. A consequence of this error was that a DROP TABLE on a table with indices would not always remove every index associated with that table from the SQLITE_MASTER table. Subsequent attempts to open the database will fail when the index for the missing table was parsed. Changes have also been made to ignore extra indices in the SQLITE_MASTER table so that a database previously corrupted by this bug is once again readable. (CVS 316)
drh
More...
over 24 years ago
←
1
2
…
1106
1107
1108
1109
1110
1111
1112
1113
1114
…
1122
1123
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree