ansible/library/database
Cristian Ciupitu 0749112286 Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
2014-03-16 13:10:28 -04:00
..
mongodb_user reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
mysql_db mysql_db module: typo fix 2014-03-12 23:25:22 -05:00
mysql_replication MASTER_PORT variable for CHANGE MASTER TO command can only accept integer value 2014-03-06 12:19:54 +08:00
mysql_user Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
mysql_variables Add support for string values 2014-02-12 12:44:28 +01:00
postgresql_db Added port documentation to postgresql_db and postgresql_user 2014-02-07 18:27:55 +02:00
postgresql_privs Don't use keyword error in encode 2014-03-06 13:33:53 +00:00
postgresql_user Bulk update of choices=BOOLEANS to type='bool' 2014-03-11 22:56:51 -05:00
redis Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
riak Fixes various typos introduced in a9017af2bb. 2014-03-12 21:26:16 -04:00