0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2025 — Aug 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for saving the sqlite shell command-line history across sessions. (CVS 536)
drh
More... over 24 years ago
Added rights release for Matthew O. Persico (CVS 535) More... over 24 years ago
Change shell.c so that it will compile under windows. Shorten the help command somewhat. Add the state of ".header" to the output of ".show". (CVS 534)
drh
More... over 24 years ago
Updated to match new shell.c functionality. (CVS 533) More... over 24 years ago
Mistake in help text. Spurious trailing whitespace removed. (CVS 532) More... over 24 years ago
General: o Added global static chars mainPrompt and continuePrompt. o Moved Argv0 declaration to head of file. Needed in do_meta_command, previously found below that. o Added struct previous_mode_data to support new .explain toggle functionality. o Added nullvalue, explainPrev and outfile members to struct callback_data. o Added modeDescr array for number/text translation ofdisplay modes. o Modified zHelp to match new functionality. More... over 24 years ago
Fix for ticket #19: Do not call sqliteOsSync() if the only changes were changes to TEMP tables. (CVS 530)
drh
More... over 24 years ago
When doing a ".dump" command in the command-line shell, make sure VIEWs are created after TABLEs. (CVS 529)
drh
More... over 24 years ago
Version 2.4.7 (CVS 528)
drh
More... over 24 years ago
Add tests to prevent a recurrance of bug #16. Also: put a hyperlink to the new ticket screen on the main page of the website. (CVS 527)
drh
More... over 24 years ago
Fix for bug #15: Add the sqlite_changes() API function for retrieving the number of rows that changed in the previous operation. (CVS 526)
drh
More... over 24 years ago
Fix for bug #16: Check for invalid functions in the VALUES clause of an INSERT statement. (CVS 525)
drh
More... over 24 years ago
Fix for bug #11: Output the correct row count when and INSERT does an IGNORE action. (CVS 524)
drh
More... over 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... over 24 years ago
Add a -column option to the sqlite command-line utility. Patch from Matthew O. Persico. (CVS 522)
drh
More... over 24 years ago
Added the last_insert_rowid() SQL function. (CVS 521)
drh
More... over 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... over 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... over 24 years ago
Fix for bug #2: Add support for TABLE.* in SELECT statements. (CVS 518)
drh
More... over 24 years ago
Added a hyperlink to the SQLite-PHP project. (CVS 517)
drh
More... over 24 years ago
Version 2.4.6 (CVS 516)
drh
More... over 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... over 24 years ago
Version 2.4.5 (CVS 514)
drh
More... over 24 years ago
Fix for bug #6: Correctly handle functions in the WHERE clause of a join. (CVS 513)
drh
More... over 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... over 24 years ago
Remove from the index page of the website hyperlinks that are not directly related to SQLite. (CVS 511)
drh
More... over 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... over 24 years ago
Version 2.4.4 (CVS 509)
drh
More... over 24 years ago
Update the change log to include the previous commit. (CVS 508)
drh
More... over 24 years ago
Fix for bug #3: Allow VIEW as a column name. Also allow COPY. (CVS 507)
drh
More... over 24 years ago