Vanderhoof / PyDBML

DBML parser and builder for Python
MIT License
101 stars 12 forks source link

Fix enum collision #28

Closed ewdurbin closed 1 year ago

ewdurbin commented 1 year ago

Adds test via a reference DBML file from the core implementation, I was trying to use this dbml to validate my own project and ran across the enum collision bug

Vanderhoof commented 1 year ago

Nice catch! Thanks for the fix : }