Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Don't use strict sql-mode as default #323

Closed
3pointer opened this issue May 26, 2020 · 2 comments
Closed

Don't use strict sql-mode as default #323

3pointer opened this issue May 26, 2020 · 2 comments
Labels
feature-request This issue is a feature request

Comments

@3pointer
Copy link
Contributor

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:

  1. Remove some strict mode in default sql-mode.
  2. Add a function to distinguish sql-mode by given schema.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Optimization:

@3pointer 3pointer added the feature-request This issue is a feature request label May 26, 2020
@kennytm
Copy link
Collaborator

kennytm commented May 26, 2020

What is not fixed by #316?

@3pointer
Copy link
Contributor Author

okay,It seems already fixed, let me close this issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request This issue is a feature request
Projects
None yet
Development

No branches or pull requests

2 participants