Skip to content
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

Invalid error: Binder error: Use duckpgq_bind instead on MacOS #40

Closed
Dtenwolde opened this issue Jul 3, 2023 · 1 comment
Closed
Labels
Blocked Issues blocked due to another issue or older DuckDB version bug Something isn't working

Comments

@Dtenwolde
Copy link
Contributor

On MacOS, the BinderException is not being caught properly in planner.cpp, leading to an InvalidError exception thrown. On MacOS it leads to the std::exception case, while on Linux it goes to catch (const Exception &ex). Possibly related to duckdb/duckdb#6521

@Dtenwolde Dtenwolde added bug Something isn't working help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Jul 4, 2023
Dtenwolde pushed a commit that referenced this issue Dec 5, 2023
fix rename script to properly handle snake case extensions
@Dtenwolde Dtenwolde added the Blocked Issues blocked due to another issue or older DuckDB version label Feb 12, 2024
@Dtenwolde
Copy link
Contributor Author

Likely fixed by duckdb/duckdb#10410

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Issues blocked due to another issue or older DuckDB version bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant