v.0.14.6
What's Changed
- Next iteration v.0.14.6 by @mfvanek in #597
- Add a check "Relation without columns or has too few columns" by @mfvanek in #599
- Bump de.thetaphi:forbiddenapis from 3.8 to 3.9 by @dependabot in #601
- Bump nl.jqno.equalsverifier:equalsverifier from 3.19.2 to 3.19.3 by @dependabot in #602
- Add a check to find object names that do not follow naming convention by @mfvanek in #607
- [not_valid_constraints] Add test with badly named constraints by @mfvanek in #610
- Add a check to find column names that do not follow naming convention by @mfvanek in #611
- Add check to find usage of varchar(32/36) instead of uuid for PK by @mfvanek in #612
- Add check "Don't use varchar(n) by default" by @DGilfanova in #613
- Extend CONTRIBUTING.md and describe operations with git submodule by @mfvanek in #615
- Add a check to prevent unnecessary where-clauses in index creating queries on not null columns by @mfvanek in #617
New Contributors
- @DGilfanova made their first contribution in #613
Full Changelog: v.0.14.5...v.0.14.6