Skip to content

Microsoft Access data recovery support.#32

Open
pplupo wants to merge 3 commits into
Euro-Office:mainfrom
pplupo:db-support
Open

Microsoft Access data recovery support.#32
pplupo wants to merge 3 commits into
Euro-Office:mainfrom
pplupo:db-support

Conversation

@pplupo

@pplupo pplupo commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Description

This PR complements the core database support by exposing the new formats to the desktop user interface.

Changes

  • Updated the system file picker filters to natively recognize and allow the selection of .mdb, .sqlite, .db, .duckdb, and .parquet files.
  • Added UI warning dialogs to gracefully handle edge cases (e.g., when a user opens a database containing an exceptionally large number of tables, ensuring they are aware that parsing might take time).
  • Integrates seamlessly with the new x2t converter capabilities added in Euro-Office_core.

pplupo added 2 commits July 7, 2026 17:49
Signed-off-by: Peter P. Lupo <pplupo@gmail.com>
Signed-off-by: Peter P. Lupo <pplupo@gmail.com>
mdbtools is now built as a separate shared library (core side) instead
of being statically compiled into BinDocument; add it to the install
target list so it ships alongside the app. Also add DuckDB's MIT notice
and mdbtools' full LGPLv2 text to the bundled third-party license file
-- previously missing since both were vendored ad hoc rather than
through the normal packaging process.

Signed-off-by: Peter P. Lupo <pplupo@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant