On Sat, Oct 20, 2007 at 10:33:20PM +1000, Alfie John wrote: > First off, check your assumptions about the size:
db_name=> select min(length(blob)), max(length(blob)) from blobs; min | max --------+-------- 901120 | 901120 (1 row) > Also, does the same thing happen when the row doesn't exist in the database? Not an issue here. db_name=> select count(*), min(id), max(id) from blobs; count | min | max -------+-----+----- 124 | 1 | 124 (1 row) > If the size was correct, the next thing you could do is look at > Mason's cached objects to see if it's doing anything funky around the > print call. No funkiness seen there. -- Troy ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mason-users mailing list Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users