Dinos L

Results 5 issues of Dinos L

Hello, I am trying to place a text that contains greek characters, but it always puts '.....' in the pdf no matter what. I tried multiple things with `.encode` and...

Hey, I wrote a method to extend the functionality of the RTree and I cannot access it directly because the type of the tree is ISpatialIndex instead of RTree. I...

Updated the build commands to make sure that the users are using the same build of ```vcpkg``` as our CI. I encountered some weird errors and @carlopi pointed this out....

This PR adds the `row_number` virtual column to table scans to emit row numbers in parallel, and rewrites simple`ROW_NUMBER() OVER()` window queries in an optimizer pass to use this virtual...

Changes Requested

See: https://github.com/duckdb/duckdb/pull/19310