sql.js
sql.js copied to clipboard
Add eval.c
@dinedal
Any chance you could add the eval extension as a default?
http://www.sqlite.org/src/artifact/f971962e92ebb8b0
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 :-)