-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix a few mssql tests #1
base: mssql
Are you sure you want to change the base?
Conversation
Hi @jtjeferreira thanks so much for continuing the work! Could you submit this PR directly to the upstream com-lihaoyi/scalasql repo? |
I can, but I didn't want to create another PR, because I am not sure I will be able to get this to the finish line, but I also did not want to "lose" this 4 commits... |
…' when IDENTITY_INSERT is set to OFF" adds a prequery param to TestChecker so we can call SET IDENTITY_INSERT buyer ON before the query
I think it's fine? In case you won't be able to finish it, someone else can still fork your branch and continue from there. I do respect how you want to work though so I'll just leave this PR open so you can push more commits here in the meantime. |
I will work a bit more here, and then open a PR directly in |
…e mssql does not support sorting on aliases
…peMappers for java.util.Date/LocalDateTime/Instant defined in MsSqlDialect.scala
9adf9d9
to
ba91db2
Compare
Building on top your work, I fixed a few of the failing mssql tests reducing the total of failed tests from 85 to 73...