[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 Julien Nabet changed: What|Removed |Added CC|serval2...@yahoo.fr | --- Comment #15 from Julien

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #14 from ztmin...@yahoo.com --- I can't speak for others but I work in an industry where arrays are heavily used. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 Julien Nabet changed: What|Removed |Added Severity|critical|major --- Comment #13 from

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #12 from Julien Nabet --- (In reply to Robert Großkopf from comment #9) > (In reply to Julien Nabet from comment #8) > ... > Firebird doesen't offer much functions for arrays - haven't get it working > in GUI of Base: >

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #11 from ztmin...@yahoo.com --- (In reply to ztminhas from comment #10) > LO does not allow for creating tables with array columns through the UI. The > SDBC driver will not support insertion of arrays though it will not

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #10 from ztmin...@yahoo.com --- LO does not allow for creating tables with array columns through the UI. The SDBC driver will not support insertion of arrays though it will not crash.

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #9 from Robert Großkopf --- (In reply to Julien Nabet from comment #8) > Created attachment 186339 [details] > bt with debug symbols > > On pc Debian x86-64 with master sources updated today, I got an assertion. > > Does it

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 Julien Nabet changed: What|Removed |Added Keywords||haveBacktrace -- You are

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 Julien Nabet changed: What|Removed |Added CC||serval2...@yahoo.fr --- Comment

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #7 from ztmin...@yahoo.com --- my version of LO is Version: 7.4.2.3 (x86) / LibreOffice Community Build ID: 382eef1f22670f7f4118c8c2dd222ec7ad009daf CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL:

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #6 from ztmin...@yahoo.com --- I originally reported this problem in https://ask.libreoffice.org/t/looping-through-an-array-in-an-stored-function-in-postgres/89806. I ran both my code as well as the code at

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 Stéphane Guillou (stragu) changed: What|Removed |Added URL|

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 Stéphane Guillou (stragu) changed: What|Removed |Added Severity|normal |critical

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #4 from Robert Großkopf --- (In reply to Stéphane Guillou (stragu) from comment #3) > Macros do run for me in 7.5.1.2, the table is created. Not sure what is > going on with macros in the master build. > > However,

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #3 from Stéphane Guillou (stragu) --- Macros do run for me in 7.5.1.2, the table is created. Not sure what is going on with macros in the master build. However, PrepareStatementInsert does not crash it. Version: 7.5.1.2

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 Stéphane Guillou (stragu) changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 154464] PostgreSQL direct connection: Prepared statement with setArray leads to crash of LO

2023-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154464 --- Comment #1 from Robert Großkopf --- Created attachment 186309 --> https://bugs.documentfoundation.org/attachment.cgi?id=186309=edit Database file with macro code - needs to change direct connection -- You are receiving this mail