Browse Source

[FIX] mogrify doesn't allow dicts

pull/1554/head
mreficent 6 years ago
committed by David Beal
parent
commit
0380feff38
  1. 20
      sql_export/README.rst

20
sql_export/README.rst

@ -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.

Loading…
Cancel
Save