[Libreoffice-bugs] [Bug 116995] HSQLDB migration to Firebird failing with revert of HSQLDB removal
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Apr 14 19:33:20 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=116995
--- Comment #1 from V Stuart Foote <vstuart.foote at utsa.edu> ---
Tamás, *
guess the:
- if( m_pImpl->m_sConnectURL == "sdbc:embedded:hsqldb" &&
- !sMigrEnvVal.isEmpty())
- {
+ bool bNeedMigration = m_pImpl->m_sConnectURL == "sdbc:embedded:hsqldb" &&
+ (m_bMigationNeeded || !sMigrEnvVal.isEmpty());
+ if(bNeedMigration)
from
https://cgit.freedesktop.org/libreoffice/core/commit/?id=5b0ceb86c342754d8f4e83408c7ae0da0e3931d3
should take care of this?
Will check when it rolls on a nightly...
--
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/20180414/b7950708/attachment.html>
More information about the Libreoffice-bugs
mailing list