[Libreoffice-bugs] [Bug 125162] SQL Syntax incorrect for LEFT / RIGHT JOIN when migrating from Base to Firebird
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon May 13 11:00:28 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=125162
--- Comment #2 from Silvain Dupertuis <silvain-dupertuis at bluewin.ch> ---
For the FROM { oj ... } but, I tried to apply the regex
search
FROM\s*\{\s*oj([^}]*)\}
replace
FROM (\1)
it works if there is no embedding similar construct
--
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/20190513/7ff06915/attachment.html>
More information about the Libreoffice-bugs
mailing list