summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/database.py
Commit message (Expand)AuthorAgeFilesLines
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-8/+12
* just a few spelling error changesCarlos E. Garcia2015-04-281-1/+1
* Special case the lone asterisk fragment in mysqlToshio Kuratomi2014-11-251-1/+9
* Fix some problems with the generic quote charToshio Kuratomi2014-11-251-5/+5
* Fix a few mysql related typosToshio Kuratomi2014-11-251-2/+2
* Normalize the identifier quoting so we can reuse the functions for mysqlToshio Kuratomi2014-11-251-16/+23
* Remove debugging codeToshio Kuratomi2014-11-241-1/+0
* Code for modules to perform more robust quoting of database identifiersToshio Kuratomi2014-11-241-0/+114