We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e4b18 commit 3487f43Copy full SHA for 3487f43
config/config.go
@@ -71,7 +71,7 @@ type HasuraSource struct {
71
func (h *Hasura) UnmarshalYAML(unmarshal func(interface{}) error) error {
72
h.Source = &HasuraSource{
73
Name: "default",
74
- UsePreparedStatements: true,
+ UsePreparedStatements: false,
75
IsolationLevel: "read-committed",
76
}
77
0 commit comments