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

Why are database field names garbled when using Chinese fields? #287

Open
andyFang94 opened this issue May 22, 2023 · 3 comments
Open

Comments

@andyFang94
Copy link

image

Why are database field names garbled when using Chinese fields?

image

@andyFang94
Copy link
Author

@TimelordUK
Copy link
Owner

its because the meta data for a column which holds column name , type, size is using ascii string rather than 16 bit wide wstring - hence the name corruption. The column data is read with wide char set so data should be ok.

it is a problem in the cpp part of driver - it will go on the item list to fix

@TimelordUK
Copy link
Owner

there is a candidate fix for this on master - not released to npm but there is binaries built for windows and linix (not yet alpine or macos).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants