icomefromthenet / Faker

A Database Testing Tool.
Apache License 2.0
7 stars 2 forks source link

Fixed Sequence number to sql formatter #11

Closed icomefromthenet closed 12 years ago

icomefromthenet commented 12 years ago

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.