Files
reporting-engine/sql_export/readme/ROADMAP.rst
Florian da Costa 741b22c989 [IMP] Add back the variable feature in sql_export
Refactore to use the new properties field
2023-06-05 10:00:30 +02:00

17 lines
442 B
ReStructuredText

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