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
This is just a quick post about an SQL error I just encountered when trying to run /dev/build.
[User Error] Uncaught SS_DatabaseException: Couldn't run query: ALTER TABLE "EncryptionTestObject" ADD "IntEnc" mediumtext character set utf8 collate utf8_general_ci default '0' 42000-1101: BLOB, TEXT, GEOMETRY or JSON column 'IntEnc' can't have a default value
I just noticed some activity on this module and saw this old issue of mine. Well, it appears that the "PR at some point" newer happened, sorry :).
As I'm not anymore working on a project where I used this module, I think I'll just drop this out of my todo list :). If anyone else needs a fix for this, they are free to create a pull request, this seems to be a quite easy thing, just needs testing that it works because it's been many years.
This is just a quick post about an SQL error I just encountered when trying to run
/dev/build
.My PHP code:
Got it working when I made a small change to the array in the
EncryptedInt::requireField()
method:Should I create a pull request about this?
The text was updated successfully, but these errors were encountered: