You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes the `supportsCreateIfNotExists`, `supportsMultipleConnections`,
`supportsTransactionalDdl`, `supportsReturning`, and `supportsOutput`
properties of the `DialectAdapter` interface optional. This allows
dialects to rely on the default `false` or `true` values without
explicitly setting them.
0 commit comments