|
Suggestion:
In the game generated SQL files, the DROP TABLE command should check to see if the table exists before trying to execute.
Reason:
I'm working on some SQL web utilities, and you have to manually create all the tables before using the game generated files or they error out. It'd be quite simple to add an IF EXISTS clause to the statements so that the error is avoided.
Priority:
Low, but should be quick and easy to do.
|