mysql/lib
Tiago Pascoal 926671aa6a
Make database parameter optional. (#22)
By making the database optional opens the scenario where we just want
to issue commands on the server (eg: to create a database),

- Fix: If the database name had spaces `mysql` call would fail
- Pass the password as an environment variable instead of command line.
Eliminates warning that password method passing is insecure.
2020-10-14 14:32:04 +05:30
..
AzureMySqlAction.js Make database parameter optional. (#22) 2020-10-14 14:32:04 +05:30
AzureMySqlActionHelper.js Azure MySQL Action (#1) 2019-11-01 14:46:53 +05:30
AzureMySqlResourceManager.js Validate server name (#8) 2019-11-12 10:49:47 +05:30
Constants.js Fix for adding azure login when firewall is configured (#14) 2020-09-22 07:42:14 +05:30
FirewallManager.js Fix for adding azure login when firewall is configured (#14) 2020-09-22 07:42:14 +05:30
MySqlConnectionStringBuilder.js Make database parameter optional. (#22) 2020-10-14 14:32:04 +05:30
MySqlUtils.js Make database parameter optional. (#22) 2020-10-14 14:32:04 +05:30
main.js Fix for adding azure login when firewall is configured (#14) 2020-09-22 07:42:14 +05:30