On 2/10/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > Mike Orr <[EMAIL PROTECTED]> writes: > > > ... but .queryAll() returns returns strings for UnicodeCols, so you > > This sounds like a bug to me...
It's just a lower level. connection.queryAll(sql) is essentially just a wrapper around DBAPI's "cursor.execute(sql); return cursor.fetchall()". It doesn't parse the SQL to see what the columns are, much less know what a UnicodeCol is. -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
