cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
86 stars 7 forks source link

What to do with openSSL #59

Closed Dtenwolde closed 4 months ago

Dtenwolde commented 11 months ago

There is currently a test commented out

Query unexpectedly failed (/Users/dljtw/git/duckpgq/test/sql/duckpgq.test:20)
================================================================================
SELECT duckpgq_openssl_version('Michael');
================================================================================
Actual result:
Binder Error: Registered state not found

Goal of this issue is to figure out what to do with OpenSSL and how to make this function pass. But at the moment I don't think this is main priority.