summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/database.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-231-142/+0
* Bugfix of 54239: mysql_variables not supporting variables name with dot (#66806)Andrew Klychkov2020-02-011-1/+1
* new module postgresql_publication (#59439)Andrey Klychkov2019-08-281-1/+10
* New module postgresql_sequence (#55027)tcraxs2019-06-071-1/+1
* postgresql_db: added tablespace support (#56390)Andrey Klychkov2019-05-161-1/+1
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* 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