Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 1 | -0/+4 |
| | |||||
* | Native YAML - Databases/MsSQL (#3604) | Fabio Alessandro Locati | 2016-12-01 | 1 | -3/+12 |
| | |||||
* | The pymssql library requires python 2.7 or greater so port the syntax of ↵ | Toshio Kuratomi | 2016-05-25 | 1 | -5/+7 |
| | | | | this file to use python3-style exception handling | ||||
* | allow empty user for kerberos ticket usage | Hans-Joachim Kliemeck | 2016-05-25 | 1 | -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 controller | Firat Arig | 2016-05-25 | 1 | -0/+211 |
Using pymssql string interpolation Cursor does string interpolation at script execution Handled edge cases in import and delete updated ansible version number |