0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Describe the difference between the binary RPMs in the download.html file. (CVS 506)
drh
More... over 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... over 24 years ago
added a section to create a spec file and build the rpm files (CVS 504) More... over 24 years ago
these files are needed by publish.sh to build rpms (CVS 503) More... over 24 years ago
Two typos fixed in the documentation (lang.html). (CVS 502)
drh
More... over 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... over 24 years ago
Update the change log. (CVS 438)
drh
More... over 24 years ago
Added support for CASE expressions - patches from Dan Kennedy. (CVS 437)
drh
More... over 24 years ago
Version 2.4.3 (CVS 440)
drh
More... over 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... over 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... over 24 years ago
Version 2.4.2 (CVS 441)
drh
More... over 24 years ago
One more change before 2.4.2: Make the os.h header file more robust in detecting whether to use unix or windows. (CVS 434)
drh
More... over 24 years ago
Version 2.4.2 (CVS 433)
drh
More... over 24 years ago
Fix an uninitialized variable in AggReset() (CVS 432)
drh
More... over 24 years ago
Bug fix: allow ROWID as a column in SELECT statements where the FROM clause includes views which are flattened. (CVS 431)
drh
More... over 24 years ago
Version 2.4.1 (CVS 442)
drh
More... over 24 years ago
Version 2.4.1 (CVS 430)
drh
More... over 24 years ago
Fix bug in anonymous subquery in a join. Parser requires a semicolon or end-of-input before executing. (CVS 429)
drh
More... over 24 years ago
Fix the return type of the xStep function in the FuncDef structure definition. (CVS 428)
drh
More... over 24 years ago
Change the way that lemon handles %extra_argument. (CVS 427)
drh
More... over 24 years ago
Version 2.4.0 (CVS 443)
drh
More... over 24 years ago
Preparing for the 2.4.0 release. (CVS 426)
drh
More... over 24 years ago
Bug fix: updates within a transaction would fail if there was existed a temporary table. (CVS 425)
drh
More... over 24 years ago
Added prototypes to sqlite.h for sqlite_freemem(), sqlite_libversion() and sqlite_libencoding(). (CVS 424)
drh
More... over 24 years ago
Fix a bug in the sorting of compound selects. (CVS 423)
drh
More... over 24 years ago
Beta 2 (CVS 422)
drh
More... over 24 years ago
Added the default_cache_size and default_synchronous pragmas. Added additional tests for pragmas. Added a new speedtest script. (CVS 421)
drh
More... over 24 years ago
Optimizations to the processing of integer comparisons. (CVS 420)
drh
More... over 24 years ago
Change the pager locking mechanism so that we don't have to write page 1 to the journal and to the database unless it actually changes. (CVS 419)
drh
More... over 24 years ago