Markus Klein
Markus Klein
Imagine the server should crash or be killed and rebooted. In this case the clients are going to restore their acquired locks. However they will do so only after their...
```rust pub fn into_cursor( self, query: &str, params: impl ParameterCollectionRef, ) -> Result
Currently variadic sized columns are in inserts are reallocated every time they see a new longest element. Worst case looks like this H He Hel Hell Hello with each of...
:robot: I have created a release *beep* *boop* --- ## [9.3.4](https://github.com/pacman82/arrow-odbc-py/compare/v9.3.3...v9.3.4) (2025-11-08) ### Documentation * Explain quoting behavior also in docstring to `from_table_to_db` ([5052c16](https://github.com/pacman82/arrow-odbc-py/commit/5052c16af16a37defda72ad26836780049b47988)) --- This PR was generated with...
## 🤖 New release * `odbc2parquet`: 8.1.4 -> 8.1.5 Changelog ## [8.1.5](https://github.com/pacman82/odbc2parquet/compare/v8.1.4...v8.1.5) - 2025-11-26 ### Other - Update to odbc-api 20.1 - *(deps)* bump parquet from 57.0.0 to 57.1.0 -...
This will allow identifying Datetime without Microsoft specific extension and help avoid repetition of mapping between SQL Type constants and DataType enum.
A reproducing example: ```rust use libsql::Builder; #[tokio::main] async fn main() { let database = Builder::new_local(":memory:").build().await.unwrap(); let connection = database.connect().unwrap(); connection .execute("CREATE TABLE users (id INTEGER PRIMARY KEY, name TEXT)", ())...