open-vault/builtin/logical/mysql
Jim Kalafut a3b0b60a73
postgres: replace the package lib/pq with pgx (#15343)
* WIP replacing lib/pq

* change timezome param to be URI format

* add changelog

* add changelog for redshift

* update changelog

* add test for DSN style connection string

* more parseurl and quoteidentify to sdk; include copyright and license

* call dbutil.ParseURL instead, fix import ordering

Co-authored-by: Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
2022-05-23 12:49:18 -07:00
..
cmd/mysql Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go
backend_test.go Cleanup bool checks (#14102) 2022-02-18 07:35:53 -07:00
path_config_connection.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_config_lease.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_role_create.go postgres: replace the package lib/pq with pgx (#15343) 2022-05-23 12:49:18 -07:00
path_roles.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
secret_creds.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
util.go