-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Character set #45
Comments
What is the database engine? MySQL, Postgres, etc? |
Hello @byjg Thanks for yor response. It is a MySQL engine. Thanks again. |
OK, regarding the connection string in the connection, it is not available
at this moment.
However, I am gonna work with a solution that I can have this better
defined.
Currently, the default char set is UTF-8. FYI, here
<https://github.com/byjg/anydataset-db/blob/master/src/PdoMysql.php#L29> is
where I am setting the UTF-8 option.
…On Mon, Nov 21, 2022 at 3:11 AM testlorenzospa ***@***.***> wrote:
Hello @byjg <https://github.com/byjg>
Thanks for yor response.
It is a MySQL engine.
Thanks again.
—
Reply to this email directly, view it on GitHub
<#45 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHPXJG2GYXGBIQAE5TUWETWJM4FZANCNFSM6AAAAAASERXHE4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I want to include in the connection string the charset.
How can I add this option?
Thanks.
The text was updated successfully, but these errors were encountered: