Phillip Cloud
Phillip Cloud
You can simplify that to: ```python con = ibis.duckdb.connect() con.load_extension("spatial") ``` or ```python con = ibis.duckdb.connect(extensions=["spatial"]) ``` It doesn't seem possible to know that `geometry` is in fact a `GEOMETRY`...
I think this has to be addressed upstream in DuckDB ultimately. There's a chicken and egg problem here where to infer a `GEOMETRY` the user first needs to load the...
I don't think I did a great job of documenting what exactly prevents oracle 18 from being viable, so I can take a look again and either implement it or...
Closing this out for now. I think we can only support versions with boolean for now unfortunately. It's a lot of maintenance to support multiple versions. Turns out not supporting...
Logging twice is not great. Production systems tend to already have problems with log spam, and we should not add to that problem.
@NickCrews Can you talk about what problem is being solved here? Logging may or may not be the solution, but I'd like to get some more information about your needs/use...
This depends on a release of pyodide, which hopefully will happen in the next couple of weeks.
Closing this for now. Will revisit on the next pyodide release.
@NickCrews Can you give this another review pass and/or approve?
Moving off the 10.0 milestone.