1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Added support for user-defined normal functions. Support for user-defined

aggregates is pending. (CVS 390)

FossilOrigin-Name: c490a1ff951c5d4a2de8e4f8d349189bfaef7f74
This commit is contained in:
drh
2002-02-23 23:45:45 +00:00
parent b29b0a5227
commit 8e0a2f903a
13 changed files with 380 additions and 45 deletions

View File

@@ -17,6 +17,7 @@
** if they are not used.
*/
#include <stdlib.h>
#include <string.h>
#include "sqlite.h"
/*