-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add eval.c #147
Comments
Why would you need this? Why wouldn't you use the recently added possibility to attach custom javascript functions instead ? |
I need to evaluate a bunch of dynamic sql "within" the context of the db and while I know you can do custom functions, my existing code, which I am trying to get to run on sql.js uses the eval extension quite heavily |
It is pretty small, would be fairly easy to do but I am not yet able to merge PRs, you have to convince @lovasoa :) |
hi @dinedal ... now that you have merge permissions, any chance you could add this? |
It's on my to-do list. I'm working through the existinG issues. As long as the issue remains open I'm still in progress |
Thanks a bunch ... glad you are keeping this alive :-) |
@dinedal
Any chance you could add the eval extension as a default?
http://www.sqlite.org/src/artifact/f971962e92ebb8b0
The text was updated successfully, but these errors were encountered: