-
Notifications
You must be signed in to change notification settings - Fork 17
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
Finish ppx integration #10
Conversation
Needed to run the ppx tests.
How do you run the tests? I could contribute Travis CI integration. :) BTW, since the project is called |
I think it's ok to type |
I apologize for letting this aside for so long. I'm really swamped at the moment, but I'll try to take a look back at the ppx branch by the end of the week. IIRC it was essentially good to merge and the only thing missing relative to the camlp4 extension was Also, |
It might be naive, but would it be possible to have I suppose the issue is that cached statements depend on the connection, so they cannot be totally static...? |
The statement ID is generated and cached already with the |
On Mon, Feb 22, 2016 at 03:38:57PM -0800, Simon Cruanes wrote:
In fact the statement cache is held by Sqlexpr's DB handle, the statement estring essentially did the hoisting you showed in a more elegant way, Anyway, the effect of moving the statement definition is limited, since IIRC Mauricio Fernández |
On Mon, Feb 22, 2016 at 03:54:42PM -0800, Josh Allmann wrote:
Yes, the actual caching is already there. The only extra thing estring does is Mauricio Fernández |
Ah, I see it now -- the |
hmm github got me scratching my head for a second, I just merged this into ppx and the latter into master, yet this is not detected as merged(?). j0sh, are you still willing to do the shared expression thing? I've taken a look at |
Hmm, seems that github only detects as merged when merging with the master/base branch. WIP branch here for hosting shared expressions: #14 |
On Wed, Mar 02, 2016 at 10:40:53PM -0800, Josh Allmann wrote:
Thanks for all your great work, j0sh. Mauricio Fernández |
Tests now run and pass