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-04-10 13:00:07 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3b1e99182aeb472b9f9374dcae4fe2fdeef4dcbe
steampipe
/
pkg
/
db
/
db_client
History
kai
3b1e99182a
Replace all '...' with ellipsis … in terminal output.
Closes
#3441
2023-05-18 10:41:27 +01:00
..
db_client_connect.go
Optimize RefreshConnections by cloning schemas where possible. Optimize plugineManager.Get when retrieving multiple connections from same plugin.
Closes
#3236
2023-03-16 14:43:56 +00:00
db_client_execute_retry.go
Replace all '...' with ellipsis … in terminal output.
Closes
#3441
2023-05-18 10:41:27 +01:00
db_client_execute.go
Fix typo in constants.ForeighTableSettings. Update updateScanMetadataMaxId to use new table name.
#3416
2023-05-18 08:57:31 +01:00
db_client_search_path.go
Fixes issue where 'internal' would be added twice in the search_path if one is mentioned in the non default search path.
Closes
#3397
2023-05-17 15:19:45 +01:00
db_client_session.go
Execute RefreshConnections asyncronously and optimise for high connection count. Add connection_state table.
2023-05-10 09:05:08 +01:00
db_client.go
Drops legacy 'internal' and 'steampipe_command' schema.
Closes
#3403
2023-05-17 13:31:37 +01:00
pgx_types.go
Upgrades 'pgx' to v5.
Closes
#2776
2022-11-23 17:34:21 +00:00