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
1 day
ago. based on code collected
1 day
ago.
Aug 09, 2025 — Aug 09, 2026
Showing page 1,101 of 1,123
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add a few more tests and fix a few bugs that the tests uncovered. (CVS 652)
drh
More...
about 24 years ago
Additional test cases added. The following bug fixed: A segfault was occurring if a VIEW consisted of a join with a USING clause. (CVS 651)
drh
More...
about 24 years ago
Fix for ticket #84: If the WHERE clause is too complex, issue an error message and refuse to do the SELECT. The cutoff is a WHERE clause with 100 terms. (CVS 650)
drh
More...
about 24 years ago
Fix for ticket #88: A typo in the documention of the "sqlite" shell command. (CVS 649)
drh
More...
about 24 years ago
In the TCL interface, the "sqlite" command now always returns the address of the "sqlite*" pointer that sqlite_open() returns. It used to do this only when compiled with the SQLITE_TEST macro defined. (CVS 648)
drh
More...
about 24 years ago
The datatype of the i-th column in the result set is given by the azColName(argc+1+i) parameter to the callback. (CVS 647)
drh
More...
about 24 years ago
Add the sqlite_open_aux_file() API. (CVS 646)
drh
More...
about 24 years ago
Version 2.5.3 (CVS 645)
drh
More...
about 24 years ago
Fix a spelling error in the change log. (CVS 644)
drh
More...
about 24 years ago
Bug fix: When the database file grows in size during a transaction, make sure the last page of the file gets written to disk even if that page is on the free list and contains no data. Otherwise the disk file will be too small which can lead to database corruption in subsequent transactions. (CVS 643)
drh
More...
about 24 years ago
Enhance the INTEGRITY_CHECK pragma to test the auxiliary database file in addition to the main database file. (CVS 642)
drh
More...
about 24 years ago
Version 2.5.2 (CVS 641)
drh
More...
about 24 years ago
Added support for the "sqlite_temp_master" table. Increased the version number to 2.5.2. (CVS 640)
drh
More...
about 24 years ago
Partial fix for a problem with LEFT OUTER JOIN. It used to be that the test for the right-hand table not matching the left table occurred after all ON, USING, WHERE clause processing. The test should occur after ON and USING clauses are checked but before the WHERE clause is check. This fix works as long as the total number of "AND" separated terms in the ON, USING, and WHERE clause does not exceed 32. To do: make this work for any number of terms and add test cases. that (CVS 639)
drh
More...
about 24 years ago
Fix a VDBE stack leak in LEFT OUTER JOIN. Fix a bug in the code generator for JOIN ... USING(...). (CVS 638)
drh
More...
about 24 years ago
An optimization: avoid the use of an intermediate table on UNION ALL if there is no ORDER BY clause. (CVS 637)
drh
More...
about 24 years ago
Fix for bugs #77 and #80: Rework the LIMIT mechanism to be reentrant and to clean up the VDBE stack properly. (CVS 636)
drh
More...
about 24 years ago
Fix for ticket #76: Fix a database corruption that might occur when dropping tables or indices. (CVS 635)
drh
More...
about 24 years ago
Fix for ticket #78: Avoid an assertion failure when sqlite_close() to be called in the middle of a transaction. (CVS 634)
drh
More...
about 24 years ago
Update the file-format change document to describes the changes between versions 2.4.12 and 2.5.0. (CVS 633)
drh
More...
about 24 years ago
This patch contains the beginnings of the data-typing infrastructure. The new build-in TypeOf() function is added. New opcodes for doing pure text comparisons are added. Most changes are disabled pending the 2.6.0 release. (CVS 632)
drh
More...
about 24 years ago
Fix for ticket #73: The ORDER BY clause is significant for subqueries. This passes all regression tests, but more testing is needed to exercise all paths through the new code. (CVS 631)
drh
More...
about 24 years ago
Fix for ticket #75: Autoincrement INTEGER PRIMARY KEY fields on an INSERT even if the data is coming from a SELECT statement. (CVS 630)
drh
More...
about 24 years ago
Version 2.5.1 (CVS 629)
drh
More...
about 24 years ago
The query optimizer now attempts to satisfy an ORDER BY clause using an index. Sorting is still used if there are no suitable indices. (CVS 628)
drh
More...
about 24 years ago
Version 2.5.0 (CVS 627)
drh
More...
about 24 years ago
Update the change summary for version 2.5.0 (CVS 626)
drh
More...
about 24 years ago
Add preliminary logic for the eventual move to having separate TEXT and NUMTEXT datatypes. Also change the version number to 2.5.0 in preparation for an interim release. (CVS 625)
drh
More...
about 24 years ago
Expose an additional internal API routine (sqliteInitCallback()) for use by private code. (CVS 624)
drh
More...
about 24 years ago
Added explanation and examples for %Q format specifier. (CVS 623)
chw
More...
about 24 years ago
←
1
2
…
1097
1098
1099
1100
1101
1102
1103
1104
1105
…
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