Replace all messages related to database file (path) existense with ENGLISH text
--------------------------------------------------------------------------------
Key: CORE-4967
URL: http://tracker.firebirdsql.org/browse/CORE-4967
Project: Firebird Core
Issue Type: Bug
Reporter: Pavel Zotov
Suppose that we issue 'CREATE DATABASE' with specifying database file that
already exists.
1. Attempting to create database on 2.5, client - also 2.5:
echo create database 'localhost/3249:C:\MIX\firebird\QA\fbt-repo\tmp\e25.FDB'
user 'SYSDBA' password 'masterke'; | C:\MIX\firebird\fb25Cs\bin\isql -q
STDOUT:
=======
SQL> SQL>
STDERR:
========
Statement failed, SQLSTATE = 08001
I/O error during "open" operation for file
"localhost/3249:C:\MIX\firebird\QA\fbt-repo\tmp\e25.FDB"
-database or file exists
2. Attempting to create database on 3.0, client - also 3.0:
echo create database 'localhost/3329:C:\MIX\firebird\QA\fbt-repo\tmp\e30.FDB'
user 'SYSDBA' password 'masterke'; | C:\MIX\firebird\fb30Cs\isql -q
STDOUT: nope (empty).
========
STDERR:
========
Statement failed, SQLSTATE = 08001
I/O error during "CreateFile (create)" operation for file
"C:\MIX\FIREBIRD\QA\FBT-REPO\TMP\E30.FDB"
-Error while trying to create file
-Файл существует. // message in national charset of my Windows locale.
Is it possible to remove *TOTALLY* any messages in non-ascii form from fbclient
3.x ?
PS. Yes, I know that this request is likely duplicate of several other ones.
Sorry, but can`t understand at all why non-ascii messages appear at console
and, furthermore, why language for the same case differ in 2.5 and 3.0.
--
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
------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel