https://bugs.documentfoundation.org/show_bug.cgi?id=146568
--- Comment #2 from Alex Thurgood <[email protected]> --- FWIW, I ran a LLDB debug session to compare the behaviour when opening the ODB file with each driver in the daily master build: Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: 9cc3672a4d7e9c9a647d388dba493bbb28d96da2 CPU threads: 8; OS: Mac OS X 10.16; UI render: default; VCL: osx Locale: fr-FR (fr_FR.UTF-8); UI: en-US Calc: threaded With hsqldb-2.5.1.jar, this is what I see when I open any of the tables: Jan 05, 2022 10:04:14 AM org.hsqldb.persist.Logger logInfoEvent INFO: dataFileCache open start Jan 05, 2022 10:04:14 AM org.hsqldb.persist.Logger logInfoEvent INFO: dataFileCache open end warn:dbaccess:46779:1449704:dbaccess/source/core/dataaccess/ModelImpl.cxx:923: com.sun.star.container.NoSuchElementException warn:dbaccess:46779:1449704:dbaccess/source/core/dataaccess/ModelImpl.cxx:923: com.sun.star.container.NoSuchElementException Jan 05, 2022 10:05:45 AM org.hsqldb.persist.Logger logInfoEvent INFO: dataFileCache commit start Jan 05, 2022 10:05:45 AM org.hsqldb.persist.Logger logInfoEvent INFO: dataFileCache commit end Jan 05, 2022 10:05:45 AM org.hsqldb.persist.Logger logInfoEvent INFO: Database closed With hsqldb-2.6.1.jar, I don't get any such output, the console remains blank. Would that be in any way related to this: https://stackoverflow.com/questions/9931156/is-there-a-way-to-silence-hsqldb-logging i.e. has someone in the hsqldb project deactivated logging in some way for version 2.6.1, or is the call to logging of the transactions in some way not activated within LO, for whatever reason ? -- You are receiving this mail because: You are the assignee for the bug.
