문제

As mentioned in the tilte, I wonder if the sql code provided between the sql tag in Liquibase changeset is independent of the database type.I mean, is it refactored before executed to different DB Type ?

Thanks.

도움이 되었습니까?

해결책

Whatever SQL code you put in is what is executed - Liquibase does not attempt to "translate" SQL from one database dialect to another. If you need custom SQL that works on multiple database platforms, you would need to write multiple custom sql changes and tag each one with the database that it applies to.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top