go-gorm / postgres

GORM PostgreSQL driver
MIT License
228 stars 120 forks source link

Fix query join for constraint_column_usage #218

Closed arjantop-cai closed 11 months ago

arjantop-cai commented 11 months ago

What did this pull request do?

The query only joined on constraint name and constraint schema which resulted in constraints from other tables (but same column name) returned.