Hi,
I’m trying to wrap the Postgresql driver and make it work for RedShift. I don’t want fancy features, just to be able to use urls like: jdbc:redshift:… and be able to use for example thing like this in the changelog:
- <span liquibase. I can connect to the redshift server with the url: jdbc:redshift:..., but the modifySql thinks that the dbms is postgresql, no matter what.
Any idea what else do I need to change?