0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for bug #16: Check for invalid functions in the VALUES clause of an INSERT statement. (CVS 525)
drh
More... almost 24 years ago
Fix for bug #11: Output the correct row count when and INSERT does an IGNORE action. (CVS 524)
drh
More... almost 24 years ago
Fix for bug #10: Pop the stack by the right amount on an IGNORE so that the stack does not grow without bound. (CVS 523)
drh
More... almost 24 years ago
Add a -column option to the sqlite command-line utility. Patch from Matthew O. Persico. (CVS 522)
drh
More... almost 24 years ago
Added the last_insert_rowid() SQL function. (CVS 521)
drh
More... almost 24 years ago
Make the FROM clause on a SELECT optional. If omitted, the result of the SELECT is a single row consisting of the values in the expression list. (CVS 520)
drh
More... almost 24 years ago
Add an fflush() call to shell.c to insure that all output has been written before we prompt for a new line of input. (CVS 519)
drh
More... almost 24 years ago
Fix for bug #2: Add support for TABLE.* in SELECT statements. (CVS 518)
drh
More... almost 24 years ago
Added a hyperlink to the SQLite-PHP project. (CVS 517)
drh
More... almost 24 years ago
Version 2.4.6 (CVS 516)
drh
More... almost 24 years ago
Fix for bug #8: Correctly handle terms of a WHERE clause in a join where the term does not use a comparison operator. (CVS 515)
drh
More... almost 24 years ago
Version 2.4.5 (CVS 514)
drh
More... almost 24 years ago
Fix for bug #6: Correctly handle functions in the WHERE clause of a join. (CVS 513)
drh
More... almost 24 years ago
Fix for bug #7: Correctly display the P3 operand in a VDBE trace when the operand is really a pointer to a structure. (CVS 512)
drh
More... almost 24 years ago
Remove from the index page of the website hyperlinks that are not directly related to SQLite. (CVS 511)
drh
More... almost 24 years ago
When an attempt is made to insert an explicit NULL into an INTEGER PRIMARY KEY column, automatically convert the NULL value into a unique integer key. This was already happening when an implied NULL was inserted - when the INTEGER PRIMARY KEY column was omitted from the list of columns being inserted. Patches from Christian Werner. (CVS 510)
drh
More... almost 24 years ago
Version 2.4.4 (CVS 509)
drh
More... almost 24 years ago
Update the change log to include the previous commit. (CVS 508)
drh
More... almost 24 years ago
Fix for bug #3: Allow VIEW as a column name. Also allow COPY. (CVS 507)
drh
More... almost 24 years ago
Describe the difference between the binary RPMs in the download.html file. (CVS 506)
drh
More... almost 24 years ago
Combine the homerpm.sh file in with publish.sh. Update the website files to refer to the new RPMs that are now being built. Fix a small problem with the spec file. (CVS 505)
drh
More... almost 24 years ago
added a section to create a spec file and build the rpm files (CVS 504) More... almost 24 years ago
these files are needed by publish.sh to build rpms (CVS 503) More... almost 24 years ago
Two typos fixed in the documentation (lang.html). (CVS 502)
drh
More... almost 24 years ago
Update the documentation to refer the reader to the CVS server for the change log, bug lists, or the latest sources. (CVS 500)
drh
More... almost 24 years ago
Update the change log. (CVS 438)
drh
More... almost 24 years ago
Added support for CASE expressions - patches from Dan Kennedy. (CVS 437)
drh
More... almost 24 years ago
Version 2.4.3 (CVS 440)
drh
More... almost 24 years ago
The sqlite_get_table() function now returns an error if you pass in two or more SELECT statements that return different numbers of columns. (CVS 436)
drh
More... almost 24 years ago
Fix a bug in subquery generation when the subquery is a compound select. Also added new tests to cover this case. (CVS 435)
drh
More... almost 24 years ago