community.general/lib/ansible/modules/database
Abhijit Menon-Sen 0addd53926 Don't expect (postgres) SERVER_VERSION to be M.N (#30417)
It could be something like '10beta4', which StrictVersion() would
reject. When Postgres 10 is released, it will be '10', which
StrictVersion() would STILL reject.

Fortunately, psycopg2 has a 'server_version' connection attribute that
is guaranteed to be an integer like 90605 for version 9.6.5, or 100000
for version 10. We can safely use this for version-specific code.
2017-09-15 18:03:06 +05:30
..
influxdb Update metadata to 1.1 2017-08-15 23:12:08 -07:00
misc Update elasticsearch_plugin.py (#28936) 2017-09-07 11:33:53 -04:00
mongodb Update metadata to 1.1 2017-08-15 23:12:08 -07:00
mssql Update metadata to 1.1 2017-08-15 23:12:08 -07:00
mysql fix for empty hostnames in mysql users (#20523) 2017-08-17 12:00:26 -04:00
postgresql Don't expect (postgres) SERVER_VERSION to be M.N (#30417) 2017-09-15 18:03:06 +05:30
proxysql Update metadata to 1.1 2017-08-15 23:12:08 -07:00
vertica Update metadata to 1.1 2017-08-15 23:12:08 -07:00
__init__.py package files 2016-12-08 11:22:22 -05:00