* Ensure that schema search path is set with every connection on postgres Unfortunately every connection to postgres requires that the search path is set appropriately. This PR shadows the postgres driver to ensure that as soon as a connection is open, the search_path is set appropriately. Fix #14088 Signed-off-by: Andrew Thornton <[email protected]> * no golangci-lint that is not a helpful suggestion Signed-off-by: Andrew Thornton <[email protected]> * Use Execer if available Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1.9 KiB
1.9 KiB