Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1800

SQL scripts are loaded with the default charset

    XMLWordPrintable

Details

    Description

      SQLSripts are loaded with the default plateform charset.
      Could you please add a property like this :
      <extension qualifier="persistence">
      <property name="defaultEncoding">XXX</property>
      </extension>
      to set the default scripts encoding.

      see org.jboss.arquillian.persistence.script.ScriptLoader
      reader = new BufferedReader(new InputStreamReader(inputStream));

      Attachments

        Activity

          People

            bartosz-1 Bartosz Majsak
            jflefebvre JF Lefebvre (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: