[Libreoffice-bugs] [Bug 107457] Subforms: Connecting to a field created by a function fails - wrong SQL-Code

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 28 13:09:41 UTC 2017


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

--- Comment #6 from Alex Thurgood <iplaw67 at tuta.io> ---
And possibly even this block, which seems to deal with quoting around the
column name to build the filter parameter string :

+        {
+            OUString colName;
+            xDetailField->getPropertyValue("RealName") >>= colName;
+            sFilter += quoteName( m_sIdentifierQuoteString, colName ) + " =
:";
+        }

-- 
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/20170428/18131bd0/attachment.html>


More information about the Libreoffice-bugs mailing list