<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 - External database jdbc hsqldb, Crash in the case of SELECT, SQL query, access to the database"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119431">119431</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>External database jdbc hsqldb, Crash in the case of SELECT, SQL query, access to the database
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </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>christo123@poczta.onet.pl
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This bug was filed from the crash reporting server and is
<a href="https://crashreport.libreoffice.org/stats/crash_details/aae507c3-49a0-4cc0-9ded-90f140bf7dfb">br-aae507c3-49a0-4cc0-9ded-90f140bf7dfb</a>.
=========================================

I'm creating a new, clean database.
I enter SQL queries:
CREATE ROLE "normal_user";
CREATE USER "U1" PASSWORD "12345";
CREATE CACHED TABLE "Test2" ("ID" INTEGER GENERATED BY DEFAULT AS IDENTITY
(START WITH 0) NOT NULL PRIMARY KEY, "name" VARCHAR (100) NOT NULL,
"addDateTime" TIMESTAMP DEFAULT CURRENT_TIMESTAMP NOT NULL,
"updateDateTime" TIMESTAMP NULL);
CREATE TRIGGER PUBLIC. "Test2_TRG" BEFORE UPDATE ON PUBLIC. "Test2" REFERENCING
OLD ROW AS OLDROW NEW ROW AS NEWROW FOR EACH ROW SET NEWROW. "UpdateDateTime" =
CURRENT_TIMESTAMP;
GRANT SELECT (ID, "name"), UPDATE (ID, "name"), INSERT (ID, "name") ON TABLE
"Test2" TO "normal_user";
GRANT "normal_user" TO "U1";

The commands were completed successfully.

We log in as U1, open the "Test2" table. Total crash Libreoffice.

Crash in: rtl_string_newFromStr</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>