Report from SQL - Unsafe keyword checking
VFront is a dynamic front-end for MySQL, PostgreSQL and SQLite DBs.
Status: Beta
Brought to you by:
marciuz
When creating a report from SQL:
A field name called "dateCreated" causes it to not execute.
"The SQL query contains unsafe words and was not performed"
Suggestion:
Rather check for "create" with leading (If it is not at the front of the string) and trailing whitespace so only the CREATE keyword gets identified.