[ 
http://issues.apache.org/jira/browse/DERBY-1244?page=comments#action_12375695 ] 

Myrna van Lunteren commented on DERBY-1244:
-------------------------------------------

This fixes the problem for me in the one environment where I could duplicate 
it. 

The tests were never hooked into the i18nTest suite because the output is 
different on different operating systems, I think because of different default 
codepages. 

I always wanted (and still want) to address that problem - and bug DERBY-244 
has been open and assigned to me for a long time to deal with this issue. 
Things are looking up for that now that we have a derbyTesting.encoding 
property and have revamped the harness to use local encodings...(DERBY-658).



> ij no longer returns error messages based on derby.ui.locale
> ------------------------------------------------------------
>
>          Key: DERBY-1244
>          URL: http://issues.apache.org/jira/browse/DERBY-1244
>      Project: Derby
>         Type: Bug

>   Components: Tools
>     Versions: 10.2.0.0
>     Reporter: Myrna van Lunteren
>     Assignee: Andrew McIntyre
>      Fix For: 10.2.0.0

>
> ij no longer resolves derby.ui.locale after checkin of revision 395088 (for 
> ij --help)
> Before this change one could get the following:
> -----------------
> java -Dderby.ui.locale=de_DE org.apache.derby.tools.ij
> IJ Version 10.2
> ij> connect 'jdbc:derby:bladb';
> ij> create table t(c1 int);
> 0 Zeilen eingef..gt/aktualisiert/gel..scht
> ij> select x;
> FEHLER 42X01: Syntax error: Encountered "<EOF>" at line 1, column 8.
> ij>
> ------------------
> (I replaced the on my system funkily displayed u- and o-umlaut with .. ). 
> Now, the same process goes like this:
> ------------------
> $ >java -Dderby.ui.locale=de_DE org.apache.derby.tools.ij
> ij version 10.2
> ij> connect 'jdbc:derby:bladb';
> ij> create table t(c1 int);
> 0 rows inserted/updated/deleted
> ij> select x;
> ERROR 42X01: Syntax error: Encountered "<EOF>" at line 1, column 8.
> ij>
> --------------------
> (I'm a little puzzled why even when things apparently worked ok, there is the 
> English 'Syntax error', but that's another issue).
> I svn-updated back until the German showed up again, and with revision 395014 
> all is ok, with 395088 it's wrong.

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

Reply via email to