Skip to content

Commit

Permalink
TEST: revert transaction isolation level change
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio committed Dec 30, 2022
1 parent 4feb8bb commit 7837400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/pgsql/pgsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var (
END
$$ LANGUAGE plpgsql;`,
}
createDB = "CREATE DATABASE %s; ALTER DATABASE %s SET DEFAULT_TRANSACTION_ISOLATION TO 'repeatable read';"
createDB = "CREATE DATABASE %s;"
)

func New(ctx context.Context, dataSourceName string, tlsInfo tls.Config, connPoolConfig generic.ConnectionPoolConfig, metricsRegisterer prometheus.Registerer) (server.Backend, error) {
Expand Down

0 comments on commit 7837400

Please sign in to comment.