0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jul 28, 2025 — Jul 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix: Sometimes NULL results were not being passed as nulls to the callback function. (CVS 312)
drh
More... over 24 years ago
Version 2.1.0 (CVS 461)
drh
More... over 24 years ago
Update change log prior to release of 2.1.0. (CVS 311)
drh
More... over 24 years ago
Fix to the SUBSTR() function and to the bigrow test. (CVS 310)
drh
More... over 24 years ago
Version 2.1.0 prerelease (CVS 309)
drh
More... over 24 years ago
Comment changes (CVS 308)
drh
More... over 24 years ago
Minor bugs fixed. (CVS 307)
drh
More... over 24 years ago
Bug fixes. (CVS 306)
drh
More... over 24 years ago
The new code for taking advantage of inequalities in WHERE clauses is in place. It appears to work. (CVS 305)
drh
More... over 24 years ago
New Next opcode and indexing style implemented. (CVS 304)
drh
More... over 24 years ago
Incremental update. We are in the middle of modifying the index system to support range queries without doing a complete table scan. (CVS 303)
drh
More... over 24 years ago
Added support for LIMIT. (CVS 302)
drh
More... over 24 years ago
Implement indices that occur in sort order and the LIMIT...OFFSET clause of SELECT statements. (CVS 301)
drh
More... over 24 years ago
Increase maximum row size to 1MB. (CVS 300)
drh
More... over 24 years ago
Version 2.0.8 (CVS 462)
drh
More... over 24 years ago
Version 2.0.8 (CVS 299)
drh
More... over 24 years ago
Added "const" to lots of "char*" parameters in the API. (CVS 298)
drh
More... over 24 years ago
Remove cruft: restrict the number of sorters and lists in the VDBE to one since no more than one was ever used anyway. This eliminates several op-codes and simplifies the implementation of several others. (CVS 297)
drh
More... over 24 years ago
Comment changes only. (CVS 296)
drh
More... over 24 years ago
More documentation updates (CVS 295)
drh
More... over 24 years ago
Make lemon 64-bit clean (CVS 294)
drh
More... almost 25 years ago
Version 2.0.7 (CVS 463)
drh
More... almost 25 years ago
More changes for 2.0.7. (CVS 293)
drh
More... almost 25 years ago
2.0.7 (CVS 292)
drh
More... almost 25 years ago
Version 2.0.6 (CVS 464)
drh
More... almost 25 years ago
Version 2.0.6 (CVS 291)
drh
More... almost 25 years ago
Support for UTF-8 and ISO8859 characters in identifiers. Bug fix in the column name generator for selects (was coreing). (CVS 290)
drh
More... almost 25 years ago
Version 2.0.5 (CVS 465)
drh
More... almost 25 years ago
Added support for the COUNT_CHANGES pragma in order to help out the ODBC driver. Fixed a but on count(*) when applied to empty tables. (CVS 289)
drh
More... almost 25 years ago
Version 2.0.4 (CVS 466)
drh
More... almost 25 years ago