On 01/11/2011 02:27 PM, Ed Leafe wrote:
> On Jan 11, 2011, at 8:25 AM, Uwe Grauer wrote:
> 
>> I changed the connection params back to str type in rev 6310.
> 
>       Does Firebird not support non-ASCII characters in things like database 
> name, user name, or password? Or is it only a problem for kinterbasdb? IOW, 
> can you create a database with a ΓΌ in the name, and access it from command 
> line connections?
> 
> 
> -- Ed Leafe

I did some more tests and the only connection params that take unicode
is the database filename and the hostname.
For user and password unicode strings do not work (not sure if this is a
kinterbasdb limitation).

I think i should allow unicode at least for the database name.

The hostname takes a unicode string but it might be better to allow only
python strings. What do you think? Should we allow unicode as hostname?

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]

Reply via email to