> I don't know of a database that allows non-ascii column names, > do you?
Agreed. It was interesting though that a Unicode column name worked if the data values were standard ascii. On Jan 26, 2007, at 5:31 AM, Oleg Broytmann wrote: > On Fri, Jan 26, 2007 at 12:10:47AM -0500, Christoph Berendes wrote: >> A Unicode curiosity: Thanks to UnicodeCol, you can store Unicode >> values with SQLObject. You can even use Unicode strings as column/ >> attribute labels, more or less. But if you attempt to store a unicode >> value into a column labeled with a Unicode string, you raise a >> UnicodeDecodeError. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
