We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dcda6 commit 663640fCopy full SHA for 663640f
crates/mysql/src/tests.rs
@@ -97,7 +97,7 @@ mod raw_statements {
97
MySqlOptions {
98
allow_read_only: false,
99
version: PersistenceVersion::V5,
100
- use_prepared_statements: true,
+ use_prepared_statements: false,
101
},
102
ShutdownSignal::panic()
103
)
@@ -112,7 +112,7 @@ mod raw_statements {
112
113
allow_read_only: true,
114
115
116
117
ShutdownSignal::panic(),
118
0 commit comments