Skip to content

Commit 3487f43

Browse files
committed
Changed default value of UsePreparedStatements flag in hasura config.
1 parent f6e4b18 commit 3487f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ type HasuraSource struct {
7171
func (h *Hasura) UnmarshalYAML(unmarshal func(interface{}) error) error {
7272
h.Source = &HasuraSource{
7373
Name: "default",
74-
UsePreparedStatements: true,
74+
UsePreparedStatements: false,
7575
IsolationLevel: "read-committed",
7676
}
7777

0 commit comments

Comments
 (0)