-
Notifications
You must be signed in to change notification settings - Fork 29
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
PostgreSQL do not support alias in update queries #78
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
But @alongosz might have some input* on how we can slightly re-organize the code here in order to be able to have some testing coverage for postgres and mysql.
However that is probably better as a followup on this one.
EDIT: * this has been reported as suggestion in #79
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Indeed I have suggestion, see #79. Of course this is side topic not blocking this PR :)
I have some experience with the stuff I described there, so I'll try to start on that in the evening (mainly to see if this is gonna be as quick as I expect 😀 )
* Moved commands' db query functions to dedicated Gateway service * Fixed regression in 'PostgreSQL do not support alias in update queries (#78)' commit * Added tests for DB gateway service * Added Gateway tests on Travis * Added kernel 1.13 tests on Travis
In response to https://github.com/ezsystems/ezplatform-xmltext-fieldtype/issues/77