-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
Crashing when horizontal scrolling in DuckDB with geometry type fields #569
Comments
@cmdkev Thanks so much for the report. Couple of questions for you:
I wonder if this is specific to |
@tconbeer Here's the string at the second to the left position (it doesn't crash when I hover over this and when I copy it.
Here's the string at the last column (also doesn't crash when i hover over it):
It appears to only crash after I repeatedly scroll horizontally. Thanks for sharing that other issue, that probably explains an unrelated confusion I had about how to convert to spatial types with duckdb. |
Before Proceeding, please acknowledge:
Describe the bug
I make a query on a table with a geometry inside of it and when I scroll horizontally, Harlequin crashes.
To Reproduce
My query looks something like this:
Expected behavior
I should be able to scroll and hover over the geometry values.
Actual behavior
Contributing
Are you interested in contributing a fix?
Additional context
Please provide as much as you can, but don't waste your time if it's definitely not relevant or you don't know.
I attached a file of the full error text.
error.txt
What is the output of
harlequin --version
?What database adapter are you using with Harlequin? (Default is
duckdb
)duckdb
What other options are you using when invoking Harlequin? (If you are using a profile, please add relevant items from your profile here).
-e spatial -e autocomplete
Can you tell us more about your system?
How did you install Harlequin?
The text was updated successfully, but these errors were encountered: