Skip to content
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

Open
mikeptweet opened this issue Apr 8, 2016 · 6 comments
Open

Add eval.c #147

mikeptweet opened this issue Apr 8, 2016 · 6 comments

Comments

@mikeptweet
Copy link

@dinedal

Any chance you could add the eval extension as a default?

http://www.sqlite.org/src/artifact/f971962e92ebb8b0

@lovasoa
Copy link
Member

lovasoa commented Apr 8, 2016

Why would you need this? Why wouldn't you use the recently added possibility to attach custom javascript functions instead ?

@mikeptweet
Copy link
Author

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

@dinedal
Copy link
Collaborator

dinedal commented Apr 8, 2016

It is pretty small, would be fairly easy to do but I am not yet able to merge PRs, you have to convince @lovasoa :)

@mikeptweet
Copy link
Author

hi @dinedal ... now that you have merge permissions, any chance you could add this?

@dinedal
Copy link
Collaborator

dinedal commented Nov 15, 2016

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

@mikeptweet
Copy link
Author

Thanks a bunch ... glad you are keeping this alive :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants