There's a bug in handling the TEXT and BLOB types in the MySQL backend in the released version of SOCI. Sorry about it! Can you try checking out the latest version from git and building your code with it, to see if the problem goes away?
Thanks, Aleksander 2009/10/27 Michał Nowotka <[email protected]>: > On Tue, Oct 27, 2009 at 4:28 PM, Pawel Aleksander Fedorynski > <[email protected]> wrote: >> Hi Michał, >> >> What are the types of the fields you select? >> > > The field from which i retrieve data for StringRowset is of type "text". > > describe URL_Mask > > Field Type Null Key Default > Extra > ------------------- ----------------------------- -------- > -------- ---------- ------------------------ > node_ID_FK nt(10) unsigned PRI NULL auto_increment > url_mask text > // this is it! > masks_type tinyint(3) unsigned 0 > positive tinyint(1) 1 > start_TS int(10) unsigned YES NULL > end_TS int(10) unsigned YES 2147483647 > > -- > Regards > > Michał Nowotka > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Soci-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/soci-users > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
