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 05, 2025 — Aug 05, 2026
Showing page 1,104 of 1,123
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added FOR EACH ROW triggers functionality (CVS 562)
danielk1977
More...
about 24 years ago
Version 2.4.12 (CVS 561)
drh
More...
about 24 years ago
Update the misuse.test script so that it will work under Windows. Changes to the speed testing script to support version 2.4.12. (CVS 560)
drh
More...
about 24 years ago
Improvements to the SQLITE_MISUSE detection logic. Also added test cases for this logic, including the new test file "misuse.test". (CVS 559)
drh
More...
about 24 years ago
Attempt to detect when two or more threads try to use the same database at the same time and return an SQLITE_MISUSE error. Also return this error if an attempt is made to use a closed database. (CVS 558)
drh
More...
about 24 years ago
Fix for ticket #35: Ignore any ORDER BY clause on a subquery in a FROM clause. (CVS 557)
drh
More...
about 24 years ago
Fix for ticket #34: VIEWs ignore their ORDER BY clause. (CVS 556)
drh
More...
about 24 years ago
Version 2.4.11 (CVS 555)
drh
More...
about 24 years ago
Increase the version number and update the change log in preparation for the 2.4.11 release. (CVS 554)
drh
More...
about 24 years ago
Fix for tickets #32 and #33: Generate the names of the result set early, before doing the flattening optimization or evaluating subqueries. Otherwise, the result set column names are generated incorrectly or after they are needed. (CVS 553)
drh
More...
about 24 years ago
Added documentation about the new CASE expression. (CVS 552)
drh
More...
over 24 years ago
Fix typos in the man-page (sqlite.1) and remove two unused files. Patches from Andreas Rottmann. (CVS 551)
drh
More...
over 24 years ago
Version 2.4.10 (CVS 550)
drh
More...
over 24 years ago
Update the change log prior to releasing version 2.4.10. (CVS 549)
drh
More...
over 24 years ago
Fix for ticket #31: Do not attempt the flattening optimization if the subselect does not contain a FROM clause. Handle the special case where a WHERE clause is constant. (CVS 548)
drh
More...
over 24 years ago
Fix for ticket #28: Export the "sqlite_changes" function in Windows DLLs. (CVS 547)
drh
More...
over 24 years ago
Update the test logic and the comments on the encoder.c module. (CVS 546)
drh
More...
over 24 years ago
Added the "encode.c" source file that contains two utility subroutines that can be used to encode binary data for use in INSERT and UPDATE statements. This is just an initial checking. The code has not yet been integrated into the library. (CVS 545)
drh
More...
over 24 years ago
Fix for ticket #26: Document the fact that CREATE TABLE might not be immediately visible to other processes that are holding the database open. (CVS 544)
drh
More...
over 24 years ago
Fix for ticket #22: In the code generator for compound SELECT statements, take care not to generate column name headers if the output is an intermediate table. Otherwise the column headers are not generated correctly if a compound SELECT statement appears as an expression in part of the WHERE clause. (CVS 543)
drh
More...
over 24 years ago
Version 2.4.9 (CVS 542)
drh
More...
over 24 years ago
Update the version number and changes log for 2.4.9 (CVS 541)
drh
More...
over 24 years ago
Fix for ticket #21 (I think): Do not return an "out of memory" error if we can not find the users home directory. Instead, just report that we could not find the home directory. (CVS 540)
drh
More...
over 24 years ago
Version 2.4.8 (CVS 538)
drh
More...
over 24 years ago
Update the change log for the 2.4.8 release. (CVS 539)
drh
More...
over 24 years ago
Fix for ticket #1: Implement the GLOB and LIKE operators as functions that can be overridden. This way, a developer can change the LIKE operator to be case sensitive, for example. (CVS 537)
drh
More...
over 24 years ago
Add support for saving the sqlite shell command-line history across sessions. (CVS 536)
drh
More...
over 24 years ago
Added rights release for Matthew O. Persico (CVS 535)
persicom
More...
over 24 years ago
Change shell.c so that it will compile under windows. Shorten the help command somewhat. Add the state of ".header" to the output of ".show". (CVS 534)
drh
More...
over 24 years ago
Updated to match new shell.c functionality. (CVS 533)
persicom
More...
over 24 years ago
←
1
2
…
1100
1101
1102
1103
1104
1105
1106
1107
1108
…
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