NONE Query Failure : Column 'width' cannot be null
INSERT INTO image_proxy
( url, is_too_big, width, height, data )
VALUES
(
'file://localhost/Users/kaiden/Documents/Picasa%20HTML%20Exports/Euroventure2/images/008_dscn0045.jpg',
0,
NULL,
NULL,
''
)
;