You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Query is not using an index on table 'ada'." . $proposal . "\n\nSimulated query: EXPLAIN SELECT * FROM `ada` WHERE email = '[email protected]'",
133
-
12,
133
+
13,
134
134
$tip,
135
135
],
136
136
[
137
137
"Query is not using an index on table 'ada'." . $proposal . "\n\nSimulated query: EXPLAIN SELECT *,adaid FROM `ada` WHERE email = '[email protected]'",
138
-
17,
138
+
18,
139
139
$tip,
140
140
],
141
141
[
142
142
"Query is not using an index on table 'ada'." . $proposal . "\n\nSimulated query: EXPLAIN SELECT * FROM ada WHERE email = '1970-01-01'",
143
-
22,
143
+
23,
144
144
$tip,
145
145
],
146
146
[
147
147
"Query is not using an index on table 'ada'." . $proposal . "\n\nSimulated query: EXPLAIN SELECT * FROM ada WHERE email = '1970-01-01'",
148
-
23,
148
+
24,
149
149
$tip,
150
150
],
151
151
[
152
152
"Query is not using an index on table 'ada'." . $proposal . "\n\nSimulated query: EXPLAIN SELECT * FROM ada WHERE email = '1970-01-01'",
153
-
28,
153
+
29,
154
154
$tip,
155
155
],
156
156
[
@@ -165,22 +165,22 @@ public function testNotUsingIndexInDebugMode(): void
165
165
],
166
166
[
167
167
'Unresolvable Query: Cannot simulate parameter value for type: mixed.',
168
-
61,
168
+
62,
169
169
UnresolvableQueryMixedTypeException::getTip(),
170
170
],
171
171
[
172
172
'Unresolvable Query: Cannot resolve query with variable type: string.',
173
-
67,
173
+
68,
174
174
UnresolvableQueryStringTypeException::getTip(),
175
175
],
176
176
[
177
177
'Unresolvable Query: Cannot resolve query with variable type: string.',
178
-
70,
178
+
71,
179
179
UnresolvableQueryStringTypeException::getTip(),
180
180
],
181
181
[
182
182
'Unresolvable Query: Cannot resolve query with variable type: string.',
0 commit comments