icomefromthenet / Faker

A Database Testing Tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixed Sequence number to sql formatter

icomefromthenet opened this issue · comments

After adding Circular Reference check and Topological Re-ordering to tables, the sql ouput can now be insert from top to bottom and not violate Foreign Key constraints.

The order is lost with the current settings.

Need to add a new template param to Filename, and have the sqlformatter use it.