open-vault/plugins/database
Eng Zer Jun 61262ad98e
refactor: replace strings.Replace with strings.ReplaceAll (#15392)
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-08-03 15:22:48 -04:00
..
cassandra change cassandra db plugin timeout to 5s as in docs (#12443) 2022-02-15 07:35:44 -08:00
hana refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
influxdb Cleanup bool checks (#14102) 2022-02-18 07:35:53 -07:00
mongodb Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
mssql Correct drift between ENT and OSS (#15966) 2022-06-14 17:53:19 -07:00
mysql refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
postgresql refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
redshift postgres: replace the package lib/pq with pgx (#15343) 2022-05-23 12:49:18 -07:00