DROP TRIGGER
and DROP EVENT TRIGGER
Postgres queries are quietly ignored
#3935
Labels
DROP TRIGGER
and DROP EVENT TRIGGER
Postgres queries are quietly ignored
#3935
Version
1.29.0
What happened?
DROP TRIGGER
andDROP EVENT TRIGGER
exec Postgres queries are quietly ignored and no Go code is produced. If they are the only queries in the file, I get aerror parsing queries: no queries contained in paths ...../query.sql
error. Otherwise they are just skipped without error/warning.Note that
CREATE TRIGGER
andCREATE EVENT TRIGGER
queries actually work okay.Relevant log output
Database schema
SQL queries
Configuration
Playground URL
https://play.sqlc.dev/p/7d3de2415e90a9f63813a4e2bf5c5a062f801272f032781039c2b8ee8d9706c0
What operating system are you using?
macOS
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: