Incorrect error message in iSQL when trying to create database with wrong 
password
----------------------------------------------------------------------------------

                 Key: CORE-5742
                 URL: http://tracker.firebirdsql.org/browse/CORE-5742
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 3.0.3
            Reporter: Carlos H. Cantu


Imagine a new user, just created as TESTE password 1234. 

isql -user teste -pas 123 [PASSWORD IS INTENCIONALLY WRONG]
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'localhost:d:\teste.fdb';
Statement failed, SQLSTATE = 42000
SQL error code = -104
-Token unknown
-teste

The error message "token unknown teste" has nothing to do with the real reason 
of the error, and makes no sense.

-- 
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

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to