community.general/lib/ansible/modules/database
Abhijeet Kasurde fc6c500b5b
postgresql_user: set type of conn_limit (#50178)
conn_limit type is set to 'int'. This will allow module to compare conn_limit with record value without type casting.

Fixes: #38118

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-12-22 20:28:56 +05:30
..
influxdb influxdb_user: Fixed unhandled exception on invalid login credentials (#50134) 2018-12-20 11:47:39 +00:00
misc Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
mongodb Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
mssql Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
mysql Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
postgresql postgresql_user: set type of conn_limit (#50178) 2018-12-22 20:28:56 +05:30
proxysql E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
vertica E325 Removal - Part II (#49196) 2018-11-28 13:55:52 +05:30
__init__.py