-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 failing unit tests on OracleDB #2263
Fix failing unit tests on OracleDB #2263
Conversation
@DeepDiver1975 by |
As in kill this unit test? 😉 |
Yeah the thing is, our API between schema manager and platform is not strict enough. Schema manager only allows |
@deeky666 if we state |
@DeepDiver1975 as confirmed by @Ocramius table objects are not allowed to be passed to |
Okay - please expect a PR by the end of the week. |
@DeepDiver1975 thanks, just poke me again then. Btw you can also commit to this PR and then squash commits. No need to open a third PR. |
7963fe2
to
0ee6645
Compare
@deeky666 done - at least this one test now passes ... |
…oracle-2 Fix failing unit test on oracle - second try
@DeepDiver1975 awesome thanks! |
fixes #2250
getDropAutoincrementSql cannot take a Table object - only string is allowed
@Ocramius here we go - alternative approach for #2251