Jürgen Wind a écrit :
Marc Delisle wrote:
Hi,
revision 9989 (in trunk) contains a fix (with a hardcoded limit) for a problem I have: when uploading a 700 Kio file into a BLOB, I get a white page.
I think we had a limit on the number of queries displayed but not on the size of them.
the size of the SQL should be limited as well (only?) in this case: SQL query: INSERT INTO `blobSizeTest` (`what`, `blob`) VALUES ('140k bz2', 0x425a683931415926535990ece2fe00cc03ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe8c9c3efb1eecfabdee35f7db5e
IMO it makes no sense to display the whole blob again
greetings Juergen
Juergen, that's what revision 9989 does (not testing what the query contains, just its size).
Marc