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,053 of 1,084
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Simplify the number processing code. Fix for ticket #281. (CVS 910)
drh
More...
almost 23 years ago
Remove some unnecessary code and complication from the btree interface. (CVS 909)
drh
More...
almost 23 years ago
Get triggers working on tables with INTEGER PRIMARY KEYs. Ticket #291. This may also fix #159. Still need to add tests so both bugs remain open for the time being. (CVS 908)
drh
More...
almost 23 years ago
Added btree_rb.c (CVS 907)
paul
More...
almost 23 years ago
Do not record the inserted rowid on when doing an INSERT within a trigger. Ticket #290. (CVS 906)
drh
More...
almost 23 years ago
Change lemon to use <stdarg.h> instead of <varargs.h> because GCC no longer supports varargs.h. Tickets #288 and #280. Ironically, lemon originally used varargs.h because stdarg.h was not supported by the compiler I was using in 1989 (which was gcc if I recall correctly.) (CVS 905)
drh
More...
almost 23 years ago
Change some variable names and comments in the new in-memory database file implementation. Partial (non-working) implementation of the VACUUM command. (CVS 904)
drh
More...
almost 23 years ago
Support in-memory databases for temp tables (CVS 903)
paul
More...
almost 23 years ago
Split the implementation of COPY, PRAGMA, and ATTACH into separate source code files. (CVS 902)
drh
More...
almost 23 years ago
Move the implementation of VACUUM into a separate source file. (CVS 901)
drh
More...
almost 23 years ago
Simplify the BTree interface by shortening names. Added two new methods for accessing the current filename and for changing the name of the database file. (CVS 900)
drh
More...
almost 23 years ago
More testing of ATTACH and DETACH. (CVS 899)
drh
More...
almost 23 years ago
Begin testing the new ATTACH and DETACH commands. (CVS 898)
drh
More...
almost 23 years ago
Fix for ticket #276. (CVS 897)
drh
More...
almost 23 years ago
Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896)
drh
More...
almost 23 years ago
Use a intermediate table when inserting a TEMP table from a SELECT that reads from that same TEMP table. Ticket #275. (CVS 895)
drh
More...
almost 23 years ago
Add infrastructure to suport multiple btree implementations (CVS 894)
paul
More...
almost 23 years ago
Minor follow-on changes to the recent ATTACH patch. (CVS 892)
drh
More...
almost 23 years ago
Minor follow-on changes to the recent ATTACH patch. (CVS 893)
drh
More...
almost 23 years ago
Add the sqliteErrorMsg() function and use it to generate error message text during parsing and code generation. This simplifies the code somewhat and makes it easier to handle names with a database prefix. (CVS 891)
drh
More...
almost 23 years ago
The ATTACH and DETACH statements are now coded but are still mostly untested. (CVS 890)
drh
More...
almost 23 years ago
Remove the experimental sqlite_open_aux_file() API. It will soon be replaced by ATTACH and DETACH SQL commands. (CVS 1732)
drh
More...
almost 23 years ago
Remove the experimental sqlite_open_aux_file() API. It will soon be replaced by ATTACH and DETACH SQL commands. (CVS 889)
drh
More...
almost 23 years ago
Remove the obsolete documentation on how to crosscompile version 1.0 of SQLite. (CVS 888)
drh
More...
almost 23 years ago
Detect when a child node of a btree page has zero entries and report that as a case of database corruption. (CVS 887)
drh
More...
almost 23 years ago
Fix a memory leak in triggers and update tests to show the latest error message text. (CVS 886)
drh
More...
almost 23 years ago
Regression tests now work - except for some changes in error message text. The library is now safe to use for experimental work. (CVS 885)
drh
More...
almost 23 years ago
Fix a segfault in the trigger code. (CVS 884)
drh
More...
almost 23 years ago
Changes to the "sqlite" structure that allow simultaneous operations on multiple database files. Many regession tests pass - but not all of them. Do not use this version except for debugging SQLite itself. (CVS 1731)
drh
More...
almost 23 years ago
Changes to the "sqlite" structure that allow simultaneous operations on multiple database files. Many regession tests pass - but not all of them. Do not use this version except for debugging SQLite itself. (CVS 883)
drh
More...
almost 23 years ago
←
1
2
…
1049
1050
1051
1052
1053
1054
1055
1056
1057
…
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