You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
A simple solution to this would be to provide an option to bypass DbSupport factory, something like flyway.dbSupport=org.flywaydb.core.internal.dbsupport.sybase.ase.SybaseASEDbSupport
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: