You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I was trying to debug another sqlc issue to implement a fix, I built a development version with make sqlc-dev, and got:
relation "xxx_idx" does not exist
Which does not happen on 1.13. I don't have time to investigate this thoroughly tonight, but it looks like it comes from this commit: dfe438
It also seems that the metadata is always pointing that the compilation error is coming from 1:1 no matter where the error is coming from. (EDIT: this happens no matter the version, so ignore this)
@ryan-berger you were right the commit: dfe438 introduced a bug. I have made a PR #1640 to fix the bug. I have also used your example in the endtoend test to ensure this fix is solid. Thank you for catching and investigating the bug.
Uh oh!
There was an error while loading. Please reload this page.
Version
1.13.0
What happened?
As I was trying to debug another sqlc issue to implement a fix, I built a development version with
make sqlc-dev
, and got:Which does not happen on 1.13. I don't have time to investigate this thoroughly tonight, but it looks like it comes from this commit: dfe438
It also seems that the metadata is always pointing that the compilation error is coming from 1:1 no matter where the error is coming from.(EDIT: this happens no matter the version, so ignore this)cc @jakoguta
Relevant log output
Database schema
SQL queries
N/A
Configuration
No response
Playground URL
No response
What operating system are you using?
Linux
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: