Releases: MrCurtis/fk-graph
Releases · MrCurtis/fk-graph
v0.0.15
v0.0.14
v0.0.13
v0.0.12
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7: Ensure rows added for only selected foreign-keys.
Previously, when building the graph, the code would only add rows realted through a reverse foreign-key relation only if they were from a table included in the `only_tables` argument. However, rows related by forward foreign-keys would be added regardless. This was a mistake, and now the forward case is similar to the reverse case.