summaryrefslogtreecommitdiff
path: root/database/mssql/mssql_db.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Native YAML - Databases/MsSQL (#3604)Fabio Alessandro Locati2016-12-011-3/+12
|
* The pymssql library requires python 2.7 or greater so port the syntax of ↵Toshio Kuratomi2016-05-251-5/+7
| | | | this file to use python3-style exception handling
* allow empty user for kerberos ticket usageHans-Joachim Kliemeck2016-05-251-23/+42
| | | | | | | | | | | | | | fix syntax problems: * it is possible that sql injection is done, therefore the [DBNAME] syntax is used. * it is not possible to use default escape on cursor.execute for DBNAME, since it will insert single quotes around the name and this will cause syntax problems / single quotes within the actual DBNAME implement autocommit setting, since some content can not be imported within transaction fix for automatic tests fix problems with named instances, corrected error message regarding configuration file remove unused placeholder
* Working mssql db controllerFirat Arig2016-05-251-0/+211
Using pymssql string interpolation Cursor does string interpolation at script execution Handled edge cases in import and delete updated ansible version number