<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - EDITING: LIST function in query creates additional characters in Windows10"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120129">120129</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>EDITING: LIST function in query creates additional characters in Windows10
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.1.1.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86 (IA32)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Base
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>really@freemail.hu
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Using the (Firebird) LIST function in LibreOffice Base, the result contains
various number of white square (like ⬜) characters.

Steps to Reproduce:
1. Creating a table (Table)
  ID INTEGER
  Data INTEGER
2. Filling with some data
  ID Data
  1  11
  1  12
  1  13
  2  201
  2  202
  2  203
  3  3001
  3  3002
  3  3003
3. Making a query with the following sql command:
SELECT "ID", LIST( "Data", ' / ' ) FROM "Table" GROUP BY "ID"

Actual Results:
 ID LIST
 1  11⬜ / 12⬜ / 13⬜
 2  201 / 202 / 203
 3  3001 / ⬜3002 / ⬜3003

Expected Results:
 ID LIST
 1  11 / 12 / 13
 2  201 / 202 / 203
 3  3001 / 3002 / 3003


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
LibreOffice Base 6.1.1.2 (x64) / JavaSE 10.0.2 (x64) / Windows 10

Same behavior occur with different
- different data types (of "Data" column),
- java versions,
- language settings.
This "bug" is not exist in Windows7, Ubuntu 18.04, maybe only in Windows10.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>