Sybase support does not work with Sybase ASE 15.7 #1220
Comments
Fixed with PR. |
Hey,i'm using flyway plugin with maven, i have tried several versions and currently the version 5.1 still having this issue. Exists a way to force flyway the DB server or at lease a workaround to avoid this error? im using my connection string: And the error im getting: Unsupported Database: sql server 12.50 i appreciate any support or guidance here. thanks in advance |
It seems that the SAP ASE support does not work on Sybase ASE 15.7:
$ ./flyway info
Flyway 4.0 by Boxfuse
Database: jdbc:sybase:Tds:127.0.1.1:5000/sybdb (Adaptive Server Enterprise 15.7)
ERROR: Unsupported Database: Adaptive Server Enterprise 15.7
Maybe the expected string in
flyway/flyway-core/src/main/java/org/flywaydb/core/internal/dbsupport/DbSupportFactory.java
should be something else:
The text was updated successfully, but these errors were encountered: