oguimbal / pg-mem

An in memory postgres DB instance for your unit tests
MIT License
1.95k stars 94 forks source link

Add test for dropping a constraint and its column #309

Closed krumft closed 1 year ago

krumft commented 1 year ago

Context: https://github.com/oguimbal/pg-mem/pull/308 adds a small fix, but misses a test for it. This change adds the test. The test does fail without the fix.

oguimbal commented 1 year ago

thanks!