We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let mut stmt = conn.prepare("select timetz '1992-09-20 11:30:00.123456';")?; let _ = stmt.query([]); // Process exit!
fatal runtime error: Rust cannot catch foreign exceptions fish: Job 1, 'cargo run' terminated by signal SIGABRT (Abort)
This line of code caused the error
duckdb-rs/src/raw_statement.rs
Line 232 in daeb0f7
The text was updated successfully, but these errors were encountered:
This situation should be improved now (no longer segfault), but the underlying issue, no timetz support in arrow, remains
Sorry, something went wrong.
No branches or pull requests
Code:
Output:
This line of code caused the error
duckdb-rs/src/raw_statement.rs
Line 232 in daeb0f7
The text was updated successfully, but these errors were encountered: