Add sql export module (migration from v7)

Add rollback after executing query as a double security with blacklist terms

add known issue in readme
This commit is contained in:
Florian da Costa
2016-02-05 14:36:11 +01:00
committed by David Beal
parent b8fc3084ea
commit da334699bf
15 changed files with 730 additions and 0 deletions

2
sql_export/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from . import sql_export
from . import wizard