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.
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 doset/difference
on a Con. And from some quick debugging that seems to be the case.table-names
is converted to a set butconnected-tables
is not.Or am I missing something? :)