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

Fix for when Postgres search path is empty #479

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

codetheweb
Copy link
Contributor

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 golang-migrate/migrate#914.

@k1LoW
Copy link
Owner

k1LoW commented Jun 7, 2023

@codetheweb Thank you !!!!!

@k1LoW k1LoW added the bug Something isn't working label Jun 7, 2023
@k1LoW k1LoW merged commit 34849f9 into k1LoW:main Jun 7, 2023
@github-actions github-actions bot mentioned this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants