nemequ / sqlheavy

Automatically exported from code.google.com/p/sqlheavy
Other
5 stars 4 forks source link

Rewrite user function code #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since 3.7.3, SQLite has included a new function (sqlite3_create_function_v2) 
for creating user functions, which includes a destruction callback argument. 
Using this function in SQLHeavy could greatly simplify the code.

Original issue reported on code.google.com by nem...@gmail.com on 8 Jun 2011 at 8:21