sbdchd / squawk

🐘 linter for PostgreSQL, focused on migrations
https://squawkhq.com
GNU General Public License v3.0
541 stars 37 forks source link

Update sqlalchemy docs for prefer-identity rule #346

Closed ThomasWunderlich closed 1 month ago

ThomasWunderlich commented 1 month ago

The docs for the prefer-identity rule need to be updated since as of sqlalchemy 1.4 since as of sqlalchemy 1.4, there is built-in support for IDENTITY

chdsbd commented 1 month ago

Thank you for the report and the fix!

ThomasWunderlich commented 1 month ago

Closed by merging in #347