[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
======================
* 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
* 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.