diff --git a/extensions/pst/description.yml b/extensions/pst/description.yml index 567c6bcd0..27f6debcb 100644 --- a/extensions/pst/description.yml +++ b/extensions/pst/description.yml @@ -1,17 +1,17 @@ extension: name: pst description: Read Microsoft PST files with rich schemas for common MAPI types (emails, contacts, appointments, tasks) - version: 0.1.2 + version: 0.1.3 language: C++ build: cmake - excluded_platforms: "windows_amd64_mingw" + excluded_platforms: "windows_amd64_mingw;wasm_mvp;wasm_eh;wasm_threads" license: MIT maintainers: - mach-kernel repo: github: intellekthq/duckdb-pst - ref: v0.1.2 + ref: v0.1.3 docs: hello_world: | @@ -25,7 +25,7 @@ docs: └────────────────┘ -- Query contacts (supports remote URIs) - D SELECT given_name, surname FROM read_pst_contacts('https://example.com/outlook.pst'); + D SELECT given_name, surname FROM read_pst_contacts('https://github.com/intellekthq/duckdb-pst/raw/refs/heads/main/test/unittest.pst'); ┌────────────┬─────────┐ │ given_name │ surname │ │ varchar │ varchar │