ebean-orm / ebean-migration

DB Migration runner (similar to Flyway) which can be used standalone or with Ebean (run migrations on EbeanServer start)
Apache License 2.0
9 stars 5 forks source link

Support SQLServer with schema #17

Closed rbygrave closed 7 years ago

rbygrave commented 7 years ago

SQLServer does not support java.sql.Connection.setSchema(schema) ... and as such the sql needs to explicitly include the schema (which is what this change does).