Seems to be an issue when using a mediumint field with MySQL Prepared Statement, it’s causing a Segmentation fault on SQLSelect.
Workaround seems to be to use CAST(FIELD_NAME AS UNSIGNED) AS XYX
Seems to be an issue when using a mediumint field with MySQL Prepared Statement, it’s causing a Segmentation fault on SQLSelect.
Workaround seems to be to use CAST(FIELD_NAME AS UNSIGNED) AS XYX
Please report via Feedback app.
PS: there should be no need to use mediumint nowadays.
[quote=309931:@Christian Schmitz]Please report via Feedback app.
PS: there should be no need to use mediumint nowadays.[/quote]
Thanks, I’ll get round to it at some point, doesn’t seem to be a new issue