Hi,
I have been evaluating SQLhog 5.1 beta 6 for a few days. I am very impressed with product in general. There is however a bug that I discovered today in the area of exporting the database as SQL.
I found that the exported SQL statements are in alphabetic ordering – and does not take into considerations of foreign keys constraints. As a result a table can got emitted before table(s) that it is depended on. Trying to import the generated SQL file will cause constraint violation errors.
Regards,
Yee