0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix when -DMEMORY_DEBUG is off. (CVS 407)
drh
More... almost 24 years ago
Fix bugs in substr() for UTF-8. (CVS 406)
drh
More... almost 24 years ago
Remove unused opcodes from the VDBE and fix a bug in the substr() function. (CVS 405)
drh
More... almost 24 years ago
Change the IFNULL and NVL functions to COALESCE. Change MIN and MAX so that they require at least one argument. (CVS 404)
drh
More... almost 24 years ago
The new function code passes regression tests. (CVS 403)
drh
More... almost 24 years ago
Fix the coredump. There are still problems in the test suite though. (CVS 402)
drh
More... almost 24 years ago
Added IFNULL and NVL functions. (CVS 401)
drh
More... almost 24 years ago
Completely remove the old SQL function system and replace it with the new user functions. The code currently compiles but it coredumps on the test suite. Do not use in its present state. (CVS 400)
drh
More... almost 24 years ago
Try to reduce the number of malloc() for user-defined functions. Begin transfering built-in functions over to the user-define function mechanism. (CVS 399)
drh
More... almost 24 years ago
Revise the API for user-defined functions. (CVS 398)
drh
More... almost 24 years ago
The user-defined function routines failed to detect a malloc() failure. (CVS 397)
drh
More... almost 24 years ago
Bug fixes in the VIEW implementation. (CVS 396)
drh
More... almost 24 years ago
Comment changes only. (CVS 395)
drh
More... almost 24 years ago
Fix a bug in the quoting of .dump output. By Rajit Singh. (CVS 394)
drh
More... almost 24 years ago
Added a "stddev()" aggregate function for testing the new user aggregate function interface. (CVS 393)
drh
More... almost 24 years ago
Code for user-defined aggregates added. Legacy tests all pass but there has been no testing of the new user-defined aggregate code. (CVS 392)
drh
More... almost 24 years ago
Move the build-in function definitions into a new source file "func.c". (CVS 391)
drh
More... almost 24 years ago
Added support for user-defined normal functions. Support for user-defined aggregates is pending. (CVS 390)
drh
More... almost 24 years ago
Modify lemon to use much less memory for its parser tables. This reduces the size of the library by 50K, which is important for an embedded library. (CVS 389)
drh
More... almost 24 years ago
Bug fix in lemon: 3-way conflicts (SHIFT/REDUCE/REDUCE) were not detected or resolved. This is now fixed. Also, table compression works a little better. (CVS 388)
drh
More... almost 24 years ago
Code to implement CREATE VIEW is in place. A quick smoke test shows that it works, but there are probably still many bugs. (CVS 387)
drh
More... almost 24 years ago
Change the SQLITE_MASTER format to version 2 in preparation for adding views. (CVS 386)
drh
More... almost 24 years ago
Do not allow dot-commands to occur in the middle of a real SQL command. (CVS 385)
drh
More... almost 24 years ago
Fix a comment. (CVS 384)
drh
More... almost 24 years ago
New ROWIDs are numbered sequentially. (CVS 383)
drh
More... almost 24 years ago
Optimize simple min() and max() queries. (CVS 382)
drh
More... almost 24 years ago
Change the name of the sanity_check PRAGMA to "integrity_check" and make it available on all compiles. (CVS 381)
drh
More... almost 24 years ago
Version 2.3.3 (CVS 444)
drh
More... almost 24 years ago
Final changes before 2.3.3 (CVS 380)
drh
More... almost 24 years ago
Added a C wrapper program to test threading under Unix. (CVS 379)
drh
More... almost 24 years ago