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

Updates for using mssql server (not to be merged with fixing check of… #602

Merged
merged 8 commits into from
Jan 5, 2017

Conversation

tomas-knap
Copy link

@tomas-knap tomas-knap commented Nov 30, 2016

Missing:
One should find a way how to check which driver is used and if ms sql, run the proper version of the query - in DbExecutionServerImpl.java. So it seems that the issue is just with the query in DbExecutionServerImpl.java, otherwise fixed.

From Paul: From what I remember the main problem I had was a small diff in the SQL usage (LIMIT vs TOP) and the position of that definition in the SQL query. I couldn't find an easy way to get the persistent level to make a distinction based on the JDBC driver (I didn't know enough on that level to convert it into a proper fix). Other than that it did work though.

@tomas-knap
Copy link
Author

Fixed, queries working

@tomas-knap tomas-knap merged commit af69463 into develop Jan 5, 2017
@tomas-knap tomas-knap deleted the mssql-partial-updates-broken branch January 5, 2017 14:09
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

Successfully merging this pull request may close these issues.

1 participant