[jifty-devel] question about binary encoding

Jesse Vincent jesse at bestpractical.com
Thu Mar 16 20:03:05 EST 2006


On Fri, Mar 17, 2006 at 10:29:37AM +1100, Bart Bunting wrote:
> Hi,
> 
> I'm not sure how to get sqlite to show me the size of the binary blob.  

sqlite> select * from pages;
1|Welcome to your Wifty|HomePage|2006-02-17 21:49:08|
sqlite> select length(content) from pages;
21
sqlite>



More information about the jifty-devel mailing list