Topic: DELETE * FROM ...

Throughout the code, there are "DELETE * FROM tablename ..." statements.  I don't know about the other supported databases, but the MySQL database only supports "DELETE FROM tablename ..."  I've done a find/replace in my copy of the code, but I figured I'd let everyone know.  In the future, if the * is required for other databases, there should be a config setting for it.

2

Re: DELETE * FROM ...

Thank you! We will take it into account