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: .phpstan-dba.cache
+197Lines changed: 197 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3377,6 +3377,30 @@ Simulated query: SELECT email, adaid, gesperrt, freigabe1u1 FROM ada . WHERE ema
3377
3377
)),
3378
3378
),
3379
3379
),
3380
+
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE adaid = :adaid' =>
3381
+
array (
3382
+
'error' =>
3383
+
staabm\PHPStanDba\Error::__set_state(array(
3384
+
'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 \':adaid LIMIT 0\' at line 1',
3385
+
'code' => 1064,
3386
+
)),
3387
+
'result' =>
3388
+
array (
3389
+
3 => NULL,
3390
+
),
3391
+
),
3392
+
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE adaid = :asdsa' =>
3393
+
array (
3394
+
'error' =>
3395
+
staabm\PHPStanDba\Error::__set_state(array(
3396
+
'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 \':asdsa LIMIT 0\' at line 1',
3397
+
'code' => 1064,
3398
+
)),
3399
+
'result' =>
3400
+
array (
3401
+
3 => NULL,
3402
+
),
3403
+
),
3380
3404
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE adaid = ?' =>
3381
3405
array (
3382
3406
'error' =>
@@ -3512,6 +3536,30 @@ Simulated query: SELECT email, adaid, gesperrt, freigabe1u1 FROM ada . WHERE ema
3512
3536
3 => NULL,
3513
3537
),
3514
3538
),
3539
+
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE asdsa=\'1\'' =>
3540
+
array (
3541
+
'error' =>
3542
+
staabm\PHPStanDba\Error::__set_state(array(
3543
+
'message' => 'Unknown column \'asdsa\' in \'where clause\'',
3544
+
'code' => 1054,
3545
+
)),
3546
+
'result' =>
3547
+
array (
3548
+
3 => NULL,
3549
+
),
3550
+
),
3551
+
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE asdsa=?' =>
3552
+
array (
3553
+
'error' =>
3554
+
staabm\PHPStanDba\Error::__set_state(array(
3555
+
'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',
3556
+
'code' => 1064,
3557
+
)),
3558
+
'result' =>
3559
+
array (
3560
+
3 => NULL,
3561
+
),
3562
+
),
3515
3563
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE email = \'webmaster@example.org\'' =>
3516
3564
array (
3517
3565
'error' => NULL,
@@ -3833,6 +3881,155 @@ Simulated query: SELECT email, adaid, gesperrt, freigabe1u1 FROM ada . WHERE ema
3833
3881
)),
3834
3882
),
3835
3883
),
3884
+
'SELECT email, adaid, gesperrt, freigabe1u1 FROM ada WHERE gesperrt=\'1\'' =>
0 commit comments