<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SQL error: extra parentheses"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114755#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SQL error: extra parentheses"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114755">bug 114755</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>(In reply to Lionel Elie Mamane from <a href="show_bug.cgi?id=114755#c7">comment #7</a>)
<span class="quote">> The table creation should happen there
> <a href="https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/misc/">https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/misc/</a>
> WCopyTable.cxx#1233
> when that function is called from
> <a href="https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/uno/">https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/uno/</a>
> copytablewizard.cxx#1324

> If it doesn't, maybe the Firebird SDBC driver doesn't implement the
> necessary API calls? If that's the reason, that warrants a wishlist bug that
> blocks <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] Default to Firebird not HSQLDB in Base"
   href="show_bug.cgi?id=51780">bug 51780</a>.</span >

Thank you for your detailed feedback Lionel.
Dumb me, I was testing the sql retrieved from gdb, of course table couldn't
exist.
I've just tested after having removed parenthesis from SELECT block, I go no
more error from Firebird in console.
Just a lot of these:
warn:legacy.osl:27488:27488:comphelper/source/property/propertycontainerhelper.cxx:186:
OPropertyContainerHelper::implPushBackProperty: name already exists!
warn:legacy.osl:27488:27488:comphelper/source/property/propertycontainerhelper.cxx:187:
OPropertyContainerHelper::implPushBackProperty: handle already exists!

and twice:
warn:legacy.osl:27488:27488:cppuhelper/source/propshlp.cxx:990: Property array
is not sorted

but that's another story.</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>