mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
Remove connection pool min size. Remove need to create empty mod introspection tables if introspection is not enabled. Remove connection pool min size. Closes #3207
* Remove all references to prepared statements * remove sessionInitWaitGroup
This commit is contained in:
@@ -27,8 +27,7 @@ func WrapError(err error) error {
|
||||
if err == nil {
|
||||
return nil
|
||||
}
|
||||
return HandleCancelError(
|
||||
WrapPreparedStatementError(err))
|
||||
return HandleCancelError(err)
|
||||
}
|
||||
|
||||
func FailOnError(err error) {
|
||||
|
||||
Reference in New Issue
Block a user