<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Subforms: Connecting to a field created by a function fails - wrong SQL-Code"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107457#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Subforms: Connecting to a field created by a function fails - wrong SQL-Code"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107457">bug 107457</a>
              from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
        <pre>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 ) + " =
:";
+        }</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>