Commit Graph

16 Commits (cba9d3d2ec61cd4aef0fd71fe9d72eb4e11acacd)

Author SHA1 Message Date
Sean Chittenden 4570460f4e
Audit all call sites where `fmt.Errorf()` was being used and switch to errwrap.
9 years ago
Sean Chittenden 9ab60ecc7b
Add an Exists function for each resource type. Also add a provider RWMutex.
9 years ago
Sean Chittenden c3a3ddc0f5
Return an empty string if no value was provided.
9 years ago
Sean Chittenden 7d19fcae25
Improve a bit more upon work done in #10922 and only return a quoted
9 years ago
Sean Chittenden 6e200c98d0
Use the right verb for errors.
9 years ago
Sean Chittenden d673a0b532
Properly escape DSN parameters.
9 years ago
Igor Dubinskiy 56a1ea9012 provider/postgresql: Quote connection string parameters
9 years ago
Sean Chittenden 300ef2bc97
Add `connect_timeout` support to the PostgreSQL provider.
10 years ago
Sean Chittenden 3750bf7af2
Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`.
10 years ago
Sean Chittenden a200899d93
Allow the PostgreSQL provider to talk to a non-default database.
10 years ago
Sean Chittenden 602a908d7b
Add a `fallback_application_name` to the PostgreSQL DSN.
10 years ago
Alexander Kyxap f993f0e70e Added 'connect_timeout' argument to provider 'postgresql' (#10380)
10 years ago
James Nugent 34a17d3b46 provider/postgres: Correct casing -> PostgreSQL
10 years ago
Xavier Sellier fc9825e4c4 - Add support for 'ssl_mode' options present in lib/pq
10 years ago
stack72 5fbec544d7 Fixing yet more gofmt errors with imports
10 years ago
Adrian Chelaru e1eef15646 postgresql provider with "database" and "role" resources
11 years ago