[Libreoffice-bugs] [Bug 130376] PostgreSQL JDBC: Autoincrement doesn't return values in Queries with Alias

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Feb 3 14:48:18 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=130376

--- Comment #1 from Michael <mailinglisten at kmhessler.de> ---
Found the same here, using
LO-BASE: Version: 6.1.5.2, Build-ID: 90f8dcf33c87b3705e78202e3df5142b201bd805, 
CPU-Threads: 4; BS: Linux 5.3; UI-Render: Standard; VCL: kde4; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group threaded
PostgreSQL: PostgreSQL 10.10 (Ubuntu 10.10-0ubuntu0.18.04.1) on
x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0,
64-bit

Additional information:
1) All variants for SQL-queries, having an Alias-Name in the FROM-clause cause
that entry in the PostgreSQL-Log-file and  - as reported -  the ID for new
entries is shown as 0; entering more than one record at a time, you'll see
multiple ID-values = 0  below each other. Having this fault, I also found
issues in BASE-Forms or Queries, where sometimes one ore more data fields get
lost on saving.

2) The same SQL-query without Alias-Name in the FROM-clause works fine without
entry in the PostgreSQL-Log-file, the ID is shown correct no data fields get
lost anymore.

3) Using the same SQL-query WITH Alias-Name in the FROM-clause in DBeaver works
fine without entry in the PostgreSQL-Log-file or any other issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200203/d1790aec/attachment.htm>


More information about the Libreoffice-bugs mailing list