Closed thibaultmeyer closed 6 years ago
Pretty sure you can ... by specifying a resource to override the 'platform selected' resource (that has the sql in it).
It is also 'platform aware' ... so could make it CockroachDB aware.
Closing this as we have merged in https://github.com/ebean-orm/ebean-migration/pull/38
Great work, thanks.
It could be nice to add option to disable usage of
FOR UPDATE
on the queries likeIt will allow usage of database like CockroachDB who is using PostgreSQL driver but don't have all sub-feature like
FOR UPDATE
.