Skip to content
Snippets Groups Projects
user avatar
HorridoJoho authored
Required by core update. Boolean fields from the database are read using
ResultSet#getBoolean. Since the core changed from the mysql to mariadb
connector, 'true' and 'false' strings are not anymore converted
correctly to booleans by ResultSet#getBoolean. Instead it was always
returning false. Hence the need to convert the database fields.
0268993c
Name Last commit Last update
..