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
{{ message }}
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Is your feature request related to a problem? Please describe:
some user will meet sql-mode related problem when create schema. most often is NO_ZERO_IN_DATE, NO_ZERO_DATE. since sql-mode is session level variable, so it can't be possible to get accurate sql-mode of table when upstream create it.
Describe the feature you'd like:
Remove some strict mode in default sql-mode.
Add a function to distinguish sql-mode by given schema.
Feature Request
Is your feature request related to a problem? Please describe:
some user will meet sql-mode related problem when create schema. most often is
NO_ZERO_IN_DATE
,NO_ZERO_DATE
. since sql-mode is session level variable, so it can't be possible to get accurate sql-mode of table when upstream create it.Describe the feature you'd like:
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Optimization:
The text was updated successfully, but these errors were encountered: