<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - EDITING In the base query designer I would like to be able to request it to parse down the criterion of a column"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134049#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - EDITING In the base query designer I would like to be able to request it to parse down the criterion of a column"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134049">bug 134049</a>
              from <span class="vcard"><a class="email" href="mailto:tj_trevor.jones@yahoo.co.uk" title="tj_trevor.jones@yahoo.co.uk">tj_trevor.jones@yahoo.co.uk</a>
</span></b>
        <pre>The query works in SQL direct edit.

Using values rather than parameters gives the following

SELECT "Table1".*, "Table1"."Field1A", "Table1"."Field1B" FROM "Table1" 
WHERE ( "Field1A" = '101A' AND "Field1B" = '105B' OR "Field1A" IS NULL AND
"Field1B" IS NULL )

This is not what I was hoping to find.</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>