donut-party / dbxray

view your database's metadata skeleton and generate schemas from it 🩻
MIT License
122 stars 11 forks source link

unconnected-tables tries to run set/difference between a set and a con? #8

Closed Trisk3lion closed 1 year ago

Trisk3lion commented 1 year ago

Hello!

Really cool package!I have been trying it out with DB2 and noticed something that maybe is a bug.

When I run dbxray on a table with foreign keys i get and error that unconnected-tables tries to do set/difference on a Con. And from some quick debugging that seems to be the case. table-names is converted to a set but connected-tables is not.

Or am I missing something? :)

flyingmachine commented 1 year ago

Dang it, I knew that would come back to bite me! Will get a fix up.

flyingmachine commented 1 year ago

ok, I think this is fixed now. Would would you like to give version 0.0.70 a try?

Trisk3lion commented 1 year ago

Works perfectly now!

Thanks a lot!