Hello, for DB_STRING it has to be checked if all drivers return a null terminated string, as some just set reference to the value in the library result and not clone the value.
Otherwise, I would say that the most suitable type in DB api right now is DB_STR. DB_BLOB is fine as well, mapping over str structure, just a bit misleading for the potential new developers :-) Cheers, Daniel On 04/18/08 14:20, Henning Westerholt wrote: > On Friday 18 April 2008, Klaus Darilion wrote: > >> IIRC there were also some issues with presence/presence_xml module some >> time ago for storing the the presence info (XML payload) as the XML data >> was sometimes not correctly interpreted (special characters, escape >> sequences). But I do not know anymore if and how it was fixed. >> > > Hi Klaus! > > Thank you for the hint. I found one occurence of this some time ago for the > presence module, reported in bug #1684821. Perhaps you refered to this. > > (https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1684821&group_id=139143) > > > Cheers, > > Henning > > _______________________________________________ > Devel mailing list > [email protected] > http://lists.openser.org/cgi-bin/mailman/listinfo/devel > -- http://www.asipto.com _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
