0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug in WHERE clause processing fixed. Ticket #298. (CVS 919)
drh
More... over 23 years ago
fix a memory leak in btree_rb.c. (CVS 918)
drh
More... over 23 years ago
Fix for ticket #297 - bug in sqliteSortCompare(). (CVS 917)
drh
More... over 23 years ago
The VACUUM command is now functioning (again). Need to do more testing. (CVS 916)
drh
More... over 23 years ago
Fix triggers to work in an ATTACHed database. Ticket #295. (CVS 915)
drh
More... over 23 years ago
Make sure the min() and max() optimizations work on empty indexed tables. Ticket #296. (CVS 914)
drh
More... over 23 years ago
Change the shell to use the sqliteIsNumber() routine for determining if values are numeric. Modified os.c so that it should now work with DJGPP - though I have no way of testing this. (CVS 913)
drh
More... over 23 years ago
Rollback if a commit hook fails. (CVS 912)
drh
More... over 23 years ago
Fix the authorizer so that it correctly interprets attempts to read the OLD and NEW pseudo-tables of a trigger. (CVS 911)
drh
More... over 23 years ago
Simplify the number processing code. Fix for ticket #281. (CVS 910)
drh
More... over 23 years ago
Remove some unnecessary code and complication from the btree interface. (CVS 909)
drh
More... over 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... over 23 years ago
Added btree_rb.c (CVS 907) More... over 23 years ago
Do not record the inserted rowid on when doing an INSERT within a trigger. Ticket #290. (CVS 906)
drh
More... over 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... over 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... over 23 years ago
Support in-memory databases for temp tables (CVS 903) More... over 23 years ago
Split the implementation of COPY, PRAGMA, and ATTACH into separate source code files. (CVS 902)
drh
More... over 23 years ago
Move the implementation of VACUUM into a separate source file. (CVS 901)
drh
More... over 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... over 23 years ago
More testing of ATTACH and DETACH. (CVS 899)
drh
More... over 23 years ago
Begin testing the new ATTACH and DETACH commands. (CVS 898)
drh
More... over 23 years ago
Fix for ticket #276. (CVS 897)
drh
More... over 23 years ago
Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896)
drh
More... over 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... over 23 years ago
Add infrastructure to suport multiple btree implementations (CVS 894) More... over 23 years ago
Minor follow-on changes to the recent ATTACH patch. (CVS 893)
drh
More... over 23 years ago
Minor follow-on changes to the recent ATTACH patch. (CVS 892)
drh
More... over 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... over 23 years ago
The ATTACH and DETACH statements are now coded but are still mostly untested. (CVS 890)
drh
More... over 23 years ago