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
Should work for sqlite (does), but also for mysql (NO) and postgres (NO).
For the latter it would translate to bytea I assume, for mysql blob should be fine.
Actual Behavior
Error in bootstrap script: PDOException:
SQLSTATE[42601]: Syntax error: 7 ERROR: syntax error at or near "DEFAULT"
LINE 5: "image" DEFAULT NULL,
The code is linked in that failing CI run
You can execute it locally by checking out master (cakephp 5) and see that it only works for SQlite apparently.
Not sure why blob doesnt seem to work for Mysql and Postgres.
This is a (multiple allowed):
bug
enhancement
feature-discussion (RFC)
CakePHP Version: 5.x
What you did
Schema for testing:
Expected Behavior
Should work for sqlite (does), but also for mysql (NO) and postgres (NO).
For the latter it would translate to bytea I assume, for mysql blob should be fine.
Actual Behavior
Refs https://github.com/dereuromark/cakephp-captcha/actions/runs/6946005086
The text was updated successfully, but these errors were encountered: