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.
Feb 22, 2025 — Feb 22, 2026
Showing page 1,044 of 1,084
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Allow "<expr> IN <table>" as a shorthand for "<expr> IN (SELECT * FROM <table>)" (CVS 1180)
drh
More...
about 22 years ago
Reinsert the experimental sqlite_commit_hook() API. (CVS 1179)
drh
More...
about 22 years ago
Fix comparisons of ROWID against floating point numbers so that they work correctly. Ticket #377 and #567. (CVS 1178)
drh
More...
about 22 years ago
Version 2.8.11 (CVS 1177)
drh
More...
about 22 years ago
Bump the version number for the next release. (CVS 1176)
drh
More...
about 22 years ago
Ignore NULLs in a subquery as the right operand of IN. Ticket #565. (CVS 1175)
drh
More...
about 22 years ago
Version 2.8.10 (CVS 1174)
drh
More...
about 22 years ago
Move some files around and bump the version number in preparation for the release of 2.8.10. (CVS 1173)
drh
More...
about 22 years ago
Remove an incomplete comment that somehow snuck into the sources. (CVS 1172)
drh
More...
about 22 years ago
On unix, embargo close() operations until all locks have cleared from the file. Ticket #561. (CVS 1171)
drh
More...
about 22 years ago
Previous commit of changes to the in-memory backend was not quite right. This check-in should square things away. (CVS 1170)
drh
More...
about 22 years ago
Make sure the in-memory database can handle malloc failures. (CVS 1169)
drh
More...
about 22 years ago
Remove unused code and tighten existing code to make the library a little smaller. (CVS 1168)
drh
More...
about 22 years ago
Rework the fix to ticket #461 so that we do not have to do redundant tests of WHERE clause terms looking for NULLs. See also check-in (1103). (CVS 1167)
drh
More...
about 22 years ago
Permit sqlite_exec() to be called from within user-defined functions. (CVS 1166)
drh
More...
about 22 years ago
Defer the {quote: MoveTo} opcode in VDBE until the data is actually needed. Sometimes the data is never needed, resulting in a performance increase. On an indexed order search with a large OFFSET, queries times can be an order of magnitude faster. (CVS 1165)
drh
More...
about 22 years ago
Make it safe to call sqliteMalloc() with a request for 0 bytes. Ticket #534. (CVS 1164)
drh
More...
about 22 years ago
Preserve the HH:MM:SS for most date/time modifiers. Ticket #551. (CVS 1163)
drh
More...
about 22 years ago
Use "long double" to hold intermediate values when doing ascii to binary and binary to ascii conversions of floating point numbers. (CVS 1162)
drh
More...
about 22 years ago
Add a typecast to work around a bug in the Metrowerks Code Warrior compiler. Ticket #553. (CVS 1161)
drh
More...
about 22 years ago
Version 2.8.9 (CVS 1160)
drh
More...
about 22 years ago
Additional integer overflow boundary case tests. (CVS 1159)
drh
More...
about 22 years ago
Increase the version number and update the change log prior to the next release. (CVS 1158)
drh
More...
about 22 years ago
Fix problem in the code generator were incorrect code was being created if the SQL source contained a negative integer that was too large to fit in a 32-bit signed integer variable. Ticket #552. (CVS 1157)
drh
More...
about 22 years ago
Add the sqlite_current_time variable for testing purposes. (CVS 1156)
drh
More...
about 22 years ago
The "EST" timezone designation is ambiguous. Do not use it in the test scripts. (CVS 1155)
drh
More...
about 22 years ago
Avoid an assertion fault that can occur with invalid UTF8 on the LENGTH() function. Ticket #548. (CVS 1154)
drh
More...
about 22 years ago
Remove unused code from the integrity_check logic. Ticket #545. (CVS 1153)
drh
More...
about 22 years ago
Fix a bug in the SQLITE_PROFILE conditional compilation. (CVS 1152)
drh
More...
about 22 years ago
Fix for ticket #542. (CVS 1151)
drh
More...
about 22 years ago
←
1
2
…
1040
1041
1042
1043
1044
1045
1046
1047
1048
…
1083
1084
→
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