[REF] create a new module sql_request_abstract

This commit is contained in:
Sylvain LE GAL
2017-02-22 03:58:01 +01:00
committed by David Beal
parent 699c2372dd
commit 8c5e66a30b
12 changed files with 350 additions and 223 deletions

View File

@@ -12,16 +12,21 @@ A new menu named Export is created.
Known issues / Roadmap
======================
Some words are prohibeted and can't be used is the query in anyways, even in a select query :
* Some words are prohibeted and can't be used is the query in anyways, even in a select query :
* delete
* drop
* insert
* alter
* truncate
* execute
* create
* update
* 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.
Bug Tracker