Skip to content

v0.59.0

Choose a tag to compare

@rlx rlx released this 20 Aug 08:57
· 28 commits to main since this release
9e738ba
  • Hazard discovery no longer names four languages. The find and the DDL grep both hard-coded
    .sql .go .py .rb, and returned zero on a repository with thirty-two Elixir migrations holding
    forty-eight ALTER TABLE and thirty DROP CONSTRAINT statements. Zero destructive DDL reads as
    no data hazard here, on the hazard class this skill treats as the most serious there is.
  • Destructive schema change is not spelled in SQL: Ecto writes remove(, Rails remove_column,
    Django RemoveField and DeleteModel, Knex dropColumn. SQL keywords find the raw-SQL minority.