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

PostgreSQL do not support alias in update queries #78

Merged
merged 1 commit into from
Oct 2, 2018
Merged

Conversation

vidarl
Copy link
Member

@vidarl vidarl commented Sep 26, 2018

@vidarl vidarl requested review from andrerom and alongosz September 26, 2018 08:29
Copy link
Contributor

@andrerom andrerom left a 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

Copy link
Member

@alongosz alongosz left a 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 😀 )

@vidarl vidarl merged commit 8d7906a into master Oct 2, 2018
@vidarl vidarl deleted the fix_postgres branch October 2, 2018 10:02
vidarl added a commit that referenced this pull request Oct 26, 2018
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants