Version
1.14.0
What happened?
sqlc currently errors out with column "…" does not exist when referencing a PostgreSQL system column (tableoid, xmin, cmin, xmax, cmax or ctid) in an SQL query.
Example db-fiddle
Not sure if this should be a bug report or a feature request.
Relevant log output
column "ctid" does not exist
Database schema
CREATE TABLE test (
id INT
);
SQL queries
Configuration
version: 2
sql:
- schema: sql/schema.sql
queries: sql/queries.sql
engine: postgresql
gen:
go:
out: internal/sql
Playground URL
https://play.sqlc.dev/p/0a3172295b4a8b1a7dd1f78f56a864425724d1d5118c73a45f2fd313733c6910
What operating system are you using?
No response
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
Version
1.14.0
What happened?
sqlc currently errors out with
column "…" does not existwhen referencing a PostgreSQL system column (tableoid,xmin,cmin,xmax,cmaxorctid) in an SQL query.Example db-fiddle
Not sure if this should be a bug report or a feature request.
Relevant log output
column "ctid" does not existDatabase schema
SQL queries
Configuration
Playground URL
https://play.sqlc.dev/p/0a3172295b4a8b1a7dd1f78f56a864425724d1d5118c73a45f2fd313733c6910
What operating system are you using?
No response
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go