PORT v12 sql_export

This commit is contained in:
David Beal
2019-04-08 17:05:08 +02:00
committed by mariadforgeflow
parent 6b7504d8f2
commit a699d93f1d
13 changed files with 53 additions and 91 deletions

View File

@@ -0,0 +1,16 @@
* Some words are prohibited and can't be used is the query in anyways, even in
a select query:
- delete
- drop
- insert
- alter
- truncate
- execute
- create
- update
See sql_request_abstract module to fix this issue.
* checking SQL request by execution and rollback is disabled in this module
since variables features has been introduced. This can be fixed by
overloading _prepare_request_check_execution() function.