Flyway doesn't recognize Sybase ASE 12.5 #1483
Closed
Labels
Milestone
Comments
A simple solution to this would be to provide an option to bypass DbSupport factory, something like |
I created a pull request for this issue, the ball is in your court now... |
Thanks for sharing the exact string. Support has now been added. |
pradheeps
pushed a commit
to pradheeps/flyway
that referenced
this issue
Mar 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems version 12.5 of Sybase ASE identifies itself as "sql server 12.50", while DbSupportFactory.createDbSupport expects something that starts with "ASE" or "Adaptive.
What version of Flyway are you using?
4.0.3
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Command-line
What database are you using (type & version)?
Sybase ASE 12.5
What operating system are you using?
Windows 7
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
flyway -X -url=jdbc:jtds:sybase://:4100/ baseline
What did you expect to see?
Not an error
What did you see instead?
ERROR: Unsupported Database: sql server 12.50
The text was updated successfully, but these errors were encountered: