On 01/10/2011 11:22 AM, Uwe Grauer wrote: > I played around with the newest svn and some old sources. > I noticed that firebird dosn't work any more because all connection > params contain unicode strings instead of normal python strings. > > Does anybody know when and where this was changed? > Unicode strings don't work for db connection parameters like "user", > "password", ... (at least for Firebird) >
svn rev 5922 "Converted more of the codebase from str() to ustr()" might be the culprit. Do all other databases work with unicode string connection params? The fix for Firebird would be easy, once i understand the reasons for this change. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
