Can not create user with non-ascii (multi-byte) characters in it's name
-----------------------------------------------------------------------

                 Key: CORE-4760
                 URL: http://tracker.firebirdsql.org/browse/CORE-4760
             Project: Firebird Core
          Issue Type: Bug
          Components: Charsets/Collation
            Reporter: Pavel Zotov


It seems that there is no explicit prohibition of creating user with name that 
containing non-ascii characters.
But currently  it is not possible:

1) On Linux console, charset = UTF8:

$ /opt/fb30ss/bin/isql localhost/3333:/var/db/fb30/e30.fdb  -z -ch utf8
ISQL Version: LI-T3.0.0.31797 Firebird 3.0 Beta 2
Server version:
LI-T3.0.0.31797 Firebird 3.0 Beta 2
LI-T3.0.0.31797 Firebird 3.0 Beta 2/tcp (oel64)/P13
LI-T3.0.0.31797 Firebird 3.0 Beta 2/tcp (oel64)/P13
Database:  localhost/3333:/var/db/fb30/e30.fdb
SQL> create user "Кузьмин" password '123'; -- name of user typed in CYRILLIC 
letters
Statement failed, SQLSTATE = HY000
gsec error
SQL> exit;


2) GSEC  also fails:

$ /opt/fb30ss/bin/gsec -user sysdba -pass masterke -add "Кузьмин" -pw 123
Bad international character in tag isc_spb_sec_username
Cannot transliterate character between character sets
Invalid or incomplete multibyte or wide character


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to