k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.34k stars 164 forks source link

Fix for when Postgres search path is empty #479

Closed codetheweb closed 1 year ago

codetheweb commented 1 year ago

Before this change, tbls was throwing for us with sql: Scan error on column index 0, name "current_schema": converting NULL to string is unsupported.

This is a similar fix to https://github.com/golang-migrate/migrate/pull/914.

k1LoW commented 1 year ago

@codetheweb Thank you !!!!!