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

chore: compatibility with new python3 packages #107

Closed steve-chavez closed 11 months ago

steve-chavez commented 11 months ago

All sqlalchemy sess.execute must be used with text() otherwise it will fail with:

sqlalchemy.exc.ArgumentError: Textual SQL expression

Also make all bash scripts fail fast.

Clears item 1 of https://github.com/supabase/pg_net/issues/106.