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

--- Comment #13 from Julien Nabet <serval2...@yahoo.fr> ---
(In reply to Robert Großkopf from comment #12)
> Have tested this again. Nothing changed.
> ...
Ok then.

Just for the record, here's the entry point.
In dbaccess/source/ui/dlg/directsql.cxx, we got:
260                 else if (upperStatement.startsWith("INSERT"))
261                 {
262                     sal_Int32 resultCount =
xStatement->executeUpdate(_rStatement);
263                    
addOutputText(OUStringConcatenation(OUString::number(resultCount) + " rows
inserted\n"));
264                 }
see
https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/dlg/directsql.cxx?r=be73c64d#260

We only expect the number of rows inserted here.
I thought we could add a test here to check if it contains RETURNING but no
idea then how to retrieve the returned values.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to