When I installed this the SQL patch refused to install, I had to turn all of the
Code:
VALUES(''
into
Code:
VALUES(NULL
because it (correctly) claimed that '' isnt an integer. I am using mysql 5.2 on windows.

Anyone else have this issue?