You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/database
Ross Williams 6e409a91ba Correct usage of sorted() in mongodb_user (#46792)
* Correct usage of sorted() in mongodb_user

sorted() can't be called on a list of dicts
without supplying a key parameter. This is
explained really well in the Sorting HOWTO
https://docs.python.org/3.6/howto/sorting.html#key-functions

This commit fixes #46791

* Fix PEP8 issues
7 years ago
..
aerospike Fix incorrect use of `is` for comparisons. 7 years ago
influxdb influxdb_user: Fixed unhandled exception on invalid login credentials (#50134) 7 years ago
misc start getting modules to use shared import error code (#51787) 7 years ago
mongodb Correct usage of sorted() in mongodb_user (#46792) 7 years ago
mssql start getting modules to use shared import error code (#51787) 7 years ago
mysql Fix incorrect use of `is` for comparisons. 7 years ago
postgresql Include materialized views for ALL_IN_SCHEMA (#50957) 7 years ago
proxysql E325 Removal - Part II (#49196) 7 years ago
vertica start getting modules to use shared import error code (#51787) 7 years ago
__init__.py package files 9 years ago