[FIX] mogrify doesn't allow dicts

pull/671/head
mreficent 2018-06-25 16:14:50 +02:00 committed by Sylvain LE GAL
parent dabf0ca825
commit 555c6f5642
1 changed files with 10 additions and 10 deletions

View File

@ -12,16 +12,16 @@ A new menu named Export is created.
Known issues / Roadmap Known issues / Roadmap
====================== ======================
* Some words are prohibeted and can't be used is the query in anyways, even in * Some words are prohibited and can't be used is the query in anyways, even in
a select query : a select query:
* delete - delete
* drop - drop
* insert - insert
* alter - alter
* truncate - truncate
* execute - execute
* create - create
* update - update
See sql_request_abstract module to fix this issue. See sql_request_abstract module to fix this issue.