Skip to content
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

DB drivers should never send strings with invalid encodings to the DB server #4710

Open
davidnich opened this issue Apr 3, 2023 · 0 comments
Assignees
Milestone

Comments

@davidnich
Copy link
Contributor

like JDBC - only currently Qore'd jdbc and odbc drivers do this right - all other drivers respect the user's setting and send string data in the encoding specified even though it may not be correct for the DB server.

Qore drivers need to detect the encoding for the DB and send strings in the correct encoding automatically and not depend on the user's encoding choice.

@davidnich davidnich added this to the 1.15.1 milestone Apr 3, 2023
@davidnich davidnich self-assigned this Apr 3, 2023
davidnich added a commit to qorelanguage/module-sybase that referenced this issue Apr 9, 2023
…codings when the driver does not convert encodings for us
davidnich added a commit to qorelanguage/module-sybase that referenced this issue Apr 9, 2023
…codings when the driver does not convert encodings for us
davidnich added a commit to qorelanguage/module-sybase that referenced this issue Apr 9, 2023
…codings when the driver does not convert encodings for us
davidnich added a commit to qorelanguage/module-sybase that referenced this issue Apr 9, 2023
…codings when the driver does not convert encodings for us
davidnich added a commit to qorelanguage/module-sybase that referenced this issue Apr 9, 2023
…codings when the driver does not convert encodings for us
davidnich added a commit to qorelanguage/module-sybase that referenced this issue Apr 9, 2023
@davidnich davidnich modified the milestones: 1.16.0, backlog Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant