suketa

Results 57 comments of suketa

``` 1) Failure: DuckDBTest::PendingResultTest#test_state [test/duckdb_test/pending_result_test.rb:21]: Expected: :ready Actual: :no_tasks 2) Failure: DuckDBTest::PendingResultTest#test_execute_check_state [test/duckdb_test/pending_result_test.rb:53]: Expected: :no_tasks Actual: :error ```

This issue must be fixed like as test_query_progress in test/duckdb_test/connection_test.rb

This issue does not happen recently. I close this issue.

There are no doc pages for this library now.

You can use `ri` command to see auto-generated docs. (Not enough documented yet...) for example, ``` $ ri DuckDB::Database ``` ``` = DuckDB::Database < Object (from gem duckdb-1.1.0.0) ------------------------------------------------------------------------ The...

@DeflateAwning > Creating auto-generated docs would be fantastic! Although some methods documents are not available, I opened the auto-generate docs. https://suketa.github.io/ruby-duckdb

I don't know how to pass StringIO object to read_csv, read_csv_auto now. read_csv_auto(read_csv) might accept only string matching file path or URL... ``` $ ./build/release/duckdb v1.2.1 8e52ec4395 Enter ".help" for...

Ok, I meant that the following python code does not work, so I said that I don't know how to pass StringIO object to read_csv. ```python import duckdb import io...

Does https://github.com/red-data-tools/red-arrow-duckdb help us?