-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support non UTF-8 strings #52
Comments
Looks like a bug. Could you please share additional details on RDBMS and ODBC driver used? |
I have SQL Anywhere 17 both 32-bit and 64-bit ODBC Drivers installed. When I try the same connection string and sql statement in c#, everything is fine. |
|
thread 'main' panicked at 'called
Result::unwrap()on an
Errvalue: Utf8Error { valid_up_to: 1, error_len: Some(1) }', src\libcore\result.rs:860
The database has german characters in it "üÜäÄöÖ".
this is how I try to get the data:
cursor.get_data::<String>(3)
is this a bug or should I use some other data type ?
The text was updated successfully, but these errors were encountered: