supabase / pg_net

A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
https://supabase.github.io/pg_net
Apache License 2.0
213 stars 16 forks source link

fix: handle CURL and datum failures #133

Closed steve-chavez closed 2 months ago

steve-chavez commented 2 months ago

Failures for curl_easy_setopt and curl_easy_getinfo were not handled.

Also handle NULL Datums.

Fixes #132.