This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
steampipe
Watch
1
Star
0
Fork
0
You've already forked steampipe
mirror of
https://github.com/turbot/steampipe.git
synced
2026-02-14 10:00:15 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2171ce66ba98144e78d7dfd2e25c2808dfd9cf47
steampipe
/
pkg
/
db
/
db_client
History
kaidaguerre
2171ce66ba
Fix Postgres error "cached plan must not change result type" when dynamic plugin schema changes. Update interactive .inspect and autocomplete based on changes to connection config or dynamic schema updates.
Closes
#3184
.
Closes
#3185
2023-03-03 18:45:40 +00:00
..
db_client_cache_control.go
Update database code to use pgx interface so we can leverage the connection pool hook functions to pre-warm connections.
Closes
#2422
(
#2438
)
2022-10-05 12:38:57 +01:00
db_client_connect.go
Make database start timeout configurable.
Closes
#3038
2023-02-14 17:33:57 +00:00
db_client_execute.go
Update dashboard states to "initialized", "blocked", "running", "complete", "error", "canceled".
Closes
#2939
2023-01-04 14:08:56 +00:00
db_client_search_path.go
When a plugin fails to load, remove connections for that plugin from the connection state file.
Closes
#3124
2023-02-17 18:01:49 +00:00
db_client_session.go
Fix Postgres error "cached plan must not change result type" when dynamic plugin schema changes. Update interactive .inspect and autocomplete based on changes to connection config or dynamic schema updates.
Closes
#3184
.
Closes
#3185
2023-03-03 18:45:40 +00:00
db_client.go
Fix Postgres error "cached plan must not change result type" when dynamic plugin schema changes. Update interactive .inspect and autocomplete based on changes to connection config or dynamic schema updates.
Closes
#3184
.
Closes
#3185
2023-03-03 18:45:40 +00:00
pgx_types.go
Upgrades 'pgx' to v5.
Closes
#2776
2022-11-23 17:34:21 +00:00