-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: DB config properties #8693
Conversation
These are the values for MySQLi.
This property is only for MySQL, and there does not appear to be any other databases that will require this property in the future. So it should be in MySQLi\Connection.
// 'time' => 'H:i:s', | ||
// ], | ||
// ]; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want to include all these examples here, and not in the user guide? I understand that it can be handy, but in general, I don't think we include examples in the code we distribute.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The existence of these examples makes it take less time to set up. I have no problem with these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we change the default DB driver, we would edit this file.
So they make it take less time to set up than the user guide.
Description
Checklist: