Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-5877

MYSQL setup in CLI ignores UTF8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • None
    • None
    • WildFly 8.2
      Ups 1.0.3

    • 2
    • Hide

      Chance mysql url in build.gradle of integration tests. Or provide one from command line with & syntax

      Other option is to run current script and try to include some non latin chars.

      Show
      Chance mysql url in build.gradle of integration tests. Or provide one from command line with & syntax Other option is to run current script and try to include some non latin chars.

      The issue lies in the fact that CLI contains:

      &
      

      in the JDBC url.

      &

      syntax would be valid for xml manual modification but current setup will lead into ignoring all values after &, hence UTF8 setup is ignored altogether. It should contain just

      &

      in CLI script.

              Unassigned Unassigned
              kpiwko Karel Piwko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: