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
Postgres’ TRUNCATE command supports two additional options that are not supported in HoneySQL: CASCADE/RESTRICT, and RESTART IDENTITY/CONTINUE IDENTITY. It’d be great to have them supported!
:truncate now accepts either a table name or a sequence with a table name followed by options that should work for all the various database-specific syntax allowed here. It does not allow for truncating multiple tables (I do not plan to support that).
Postgres’ TRUNCATE command supports two additional options that are not supported in HoneySQL: CASCADE/RESTRICT, and RESTART IDENTITY/CONTINUE IDENTITY. It’d be great to have them supported!
Doc link: https://www.postgresql.org/docs/current/sql-truncate.html
The text was updated successfully, but these errors were encountered: