Eduardo Costa

Results 4 comments of Eduardo Costa

You can also take a look at the following alternative to OpenApi 3: https://github.com/OpenAPITools/openapi-diff https://github.com/Azure/openapi-diff

It's a very useful feature and taking into consideration that this issue is opened since 2016 there is no plan to create this new feature. I found the following workaround:...

Although JDK 17 is not on the list of [supported Java Version](https://flywaydb.org/documentation/usage/api/), it worked for me using the **7.5.5 version**. I'm happy my project compiled, and the database was updated...

DB_TYPE=mssql and DB_DRIVER=pymssql You can connect to your SQL Server using: ``` sandman2ctl mssql+pymssql://sa:PASSWORD@localhost:1433/master ``` I had to install sandman2, pymssql and upgrade the SQLAlchemy version ``` pip install sandman2...