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
Copy file name to clipboardExpand all lines: .phpunit-phpstan-dba.cache
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2349,6 +2349,11 @@ Simulated query: SELECT email, adaid FROM ada . WHERE email=\'my_other_table\' L
2349
2349
)),
2350
2350
),
2351
2351
),
2352
+
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada
2353
+
WHERE (gesperrt=\'1\' AND freigabe1u1=1) OR (gesperrt=\'1\' AND freigabe1u1=0)' =>
2354
+
array (
2355
+
'error' => NULL,
2356
+
),
2352
2357
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE email=\'my_other_table\' LIMIT 1' =>
2353
2358
array (
2354
2359
'error' => NULL,
@@ -2787,6 +2792,14 @@ Simulated query: SELECT email, adaid, gesperrt, freigabe1u1 FROM ada . WHERE ema
2787
2792
'code' => 1054,
2788
2793
)),
2789
2794
),
2795
+
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE asdsa=?' =>
2796
+
array (
2797
+
'error' =>
2798
+
staabm\PHPStanDba\Error::__set_state(array(
2799
+
'message' => 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL/MariaDB server version for the right syntax to use near \'? LIMIT 0\' at line 1',
2800
+
'code' => 1064,
2801
+
)),
2802
+
),
2790
2803
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE email = \'webmaster@example.org\'' =>
2791
2804
array (
2792
2805
'error' => NULL,
@@ -3017,5 +3030,13 @@ Simulated query: SELECT email, adaid, gesperrt, freigabe1u1 FROM ada . WHERE ema
3017
3030
array (
3018
3031
'error' => NULL,
3019
3032
),
3033
+
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE gesperrt=?' =>
3034
+
array (
3035
+
'error' =>
3036
+
staabm\PHPStanDba\Error::__set_state(array(
3037
+
'message' => 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL/MariaDB server version for the right syntax to use near \'? LIMIT 0\' at line 1',
0 commit comments