[Libreoffice-bugs] [Bug 114755] SQL error: extra parentheses

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Dec 31 14:22:43 UTC 2017


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

--- Comment #9 from Julien Nabet <serval2412 at yahoo.fr> ---
(In reply to Lionel Elie Mamane from comment #7)
> The table creation should happen there
> https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/misc/
> WCopyTable.cxx#1233
> when that function is called from
> https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/uno/
> 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 bug 51780.

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.

-- 
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/20171231/0bacd487/attachment.html>


More information about the Libreoffice-bugs mailing list