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 23 hours
ago. based on code collected
1 day
ago.
Aug 19, 2025 — Aug 19, 2026
Showing page 1,094 of 1,123
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added the new FULL option to the SYNCHRONOUS pragma. Still need to test it. (CVS 1728)
drh
More...
over 23 years ago
Added the new FULL option to the SYNCHRONOUS pragma. Still need to test it. (CVS 863)
drh
More...
over 23 years ago
Fix a bug in the legacy journal format writing logic. (CVS 862)
drh
More...
over 23 years ago
Modify the journal format to be more robust against garbage that might appear in the file after a power failure. The changes are mostly working but more testing is still required. This check-in is to checkpoint the changes so far. (CVS 861)
drh
More...
over 23 years ago
Make the shell run much faster for inputs where a single SQL statement spans thousands of lines by avoiding the call to sqlite_complete() unless the input ends in a semicolon. (CVS 860)
drh
More...
over 23 years ago
Make the GROUP BY clause work even if there are no aggregate functions. (CVS 859)
drh
More...
over 23 years ago
When a CREATE TABLE ... AS SELECT statement fails, make sure the table name is removed from the internal hash tables. Ticket #238. (CVS 858)
drh
More...
over 23 years ago
The sqlite_exec() function now returns SQLITE_AUTH when authorization fails. Ticket #231. (CVS 857)
drh
More...
over 23 years ago
Allow double-quoted strings as string constants in the IN operator. As a side-efffect, allow the GROUP BY clause to refer to columns by their integer column number. Ticket #237. (CVS 856)
drh
More...
over 23 years ago
Additional testing and bug fixing with the non-callback API. Updated the C/C++ interface document to describe the non-callback API. (CVS 855)
drh
More...
over 23 years ago
Better error messages on constraint violations. Additional tests and bug fixes for the callback-free API. (CVS 854)
drh
More...
over 23 years ago
The callback-free API is now working, though much more testing is need. (CVS 853)
drh
More...
over 23 years ago
First code for the new callback-free API. All regression tests pass but the new API is mostly untested and is unlikely to work. (CVS 852)
drh
More...
over 23 years ago
Added section on comments. Corrected broken </p> end tags. (CVS 851)
jplyon
More...
over 23 years ago
Version 2.7.6 (CVS 850)
drh
More...
over 23 years ago
Fix a bug in the rollback validation logic (code that only runs during debugging). The problem was introduced by check-in (835). (CVS 849)
drh
More...
over 23 years ago
Remove an unused variable. (CVS 848)
drh
More...
over 23 years ago
Preparations for the release of version 2.7.6. (CVS 847)
drh
More...
over 23 years ago
Update the speed.html documentation. Recent optimizations have made the library much faster. (CVS 846)
drh
More...
over 23 years ago
Add asserts to btree.c that check for the correct size of various typedefs and structures. Ticket #233. (CVS 845)
drh
More...
over 23 years ago
Minor refinements to the pager. (CVS 844)
drh
More...
over 23 years ago
fix a typo on the quickstart.html page. (CVS 843)
drh
More...
over 23 years ago
In the pager, cache a pointer to the first page on the freelist that does not need to be synced. This makes a fetch of a page that is not in cache go a lot faster when the cache is full. This check-in also adds some performance instrumentation to the OS layer. (CVS 842)
drh
More...
over 23 years ago
Update comments. No changes to code. (CVS 841)
drh
More...
over 23 years ago
Update the speed comparison page. (CVS 840)
drh
More...
over 23 years ago
Fix datatype reporting and collating sequence selection so that it works correctly on views and with the UNION, EXCEPT, and INTERCEPT operators. (CVS 839)
drh
More...
over 23 years ago
Do not report an error if the input to the sqlite shell ends in a comment. Ticket #211. (CVS 838)
drh
More...
over 23 years ago
Check the validity of the database connection before the trace callback, not afterwards. (CVS 837)
drh
More...
over 23 years ago
Add the sqlite_trace() hook for tracing the SQL that an application executes. The plan is to leave this API undocumented for the time being, in case we want to make changes to it later. (CVS 836)
drh
More...
over 23 years ago
Improvements to the pager to help large updates against a large database run faster. Also improved the testing of the pager rollback algorithms. (CVS 835)
drh
More...
over 23 years ago
←
1
2
…
1090
1091
1092
1093
1094
1095
1096
1097
1098
…
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