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
updated "adding-not-null-field" to warn about making a column non-nullable with NOT NULL. See the "adding-not-null-field" docs for more information. (#101)
Fixed
false positive with prefer-text-field that wasn't allowing varchar
without a length specified
added "debug" option for --dump-ast to print out tree using Rust's Debug formatter (#92)
added new rule, "adding-foreign-key-constraint", to provide suggestions for safely adding foreign key constraints (#91)
Changed
updated "robust-stmts" suggestions with caveat about IF NOT EXISTS (#95)
updated "constraint-missing-not-valid" to warn about adding a constraint as NOT VALID and then using "VALIDATE CONSTRAINT" in the same transaction (#97)
updated "prefer-robust-stmts" with exception for using DROP CONSTRAINT IF EXISTS before ADD CONSTRAINT (#99)