Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2251

When I Create a table with Chinese table name , ij report IO exception.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 10.1.1.0
    • None
    • Network Client
    • None
    • Linux version 2.6.5-7.267-smp (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #1 SMP Wed Jun 21 10:50:51 UT
      C 2006
    • Urgent

    Description

      I use this command create a database :

      connect 'jdbc:derby://mytest.com:1527/mydb1;territory=zh_CN;create=true;user=usr;password=pwd';

      I want to Create a table with a Chinese name :

      Create Table usr."中国" ("世界" char(15));
      Create Table usr."中国" (C1 char(15));
      Create Table "中国" (C1 char(15));
      Create Table T1 ("中国" char(15));

      Report very much IO exception.

      And the derby Crash.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              snowdolphin snowdolphin
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: