dirsql 0.4.9__tar.gz → 0.4.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dirsql-0.4.9 → dirsql-0.4.10}/Cargo.lock +1 -1
- {dirsql-0.4.9 → dirsql-0.4.10}/PKG-INFO +1 -1
- dirsql-0.4.10/dirsql/cli/resolve_config_extensions.py +70 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/Cargo.toml +1 -1
- dirsql-0.4.10/packages/python/changelog.d/2026-08-03-discovery-ext-resolution.md +8 -0
- dirsql-0.4.10/packages/python/e2e-attestations/fix-754-discovery-ext-resolution.json +7 -0
- dirsql-0.4.9/dirsql/cli/resolve_config_extensions.py +0 -55
- {dirsql-0.4.9 → dirsql-0.4.10}/Cargo.toml +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/README.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/_async.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/_dirsql.pyi +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/binary_path.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/discover_plugins/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/discover_plugins/discovered_fragments.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/discover_plugins/discovery_disabled.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/discover_plugins/fragment_path.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/discover_plugins/user_passed_config.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/discover_plugins/with_discovered_plugins.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/is_windows.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/cli/main.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/py.typed +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/resolve_config_extensions.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/dirsql/resolve_extension.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/.vitepress/config.ts +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/AGENTS.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/explanation.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/getting-started.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/define-tables.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/embed.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/load-extension.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/parse-files-into-columns.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/persist.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/query-without-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/skip-files.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/howto/write-a-plugin.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/index.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/migrations.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/package.json +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/plugins.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/reference/cli.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/reference/columns.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/reference/config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/reference/hooks.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/reference/http-api.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/reference/path-tables.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/docs/reference/sdk.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/CHANGELOG.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/MIGRATIONS.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/README.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-13-drop-cwd-config-auto-detect.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-13-plugin-discovery.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-13-rename-extract-to-on-file.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-13-repeatable-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-13-sdk-default-baked-in-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-20-drop-implicit-files-table.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-21-remove-glob-captures.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-24-hookless-table-config-error.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-24-remove-stat-fact-injection.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-29-restore-python-310.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-08-02-release-profile.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-08-02-scan-failures.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-08-03-python-no-ignore.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/README.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/conftest.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/.vitepress/config.ts +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/AGENTS.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/explanation.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/getting-started.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/define-tables.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/embed.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/load-extension.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/parse-files-into-columns.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/persist.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/query-without-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/skip-files.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/howto/write-a-plugin.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/index.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/migrations.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/package.json +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/plugins.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/reference/cli.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/reference/columns.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/reference/config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/reference/hooks.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/reference/http-api.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/reference/path-tables.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/docs/reference/sdk.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/e2e-attestations/feat-745-python-no-ignore.json +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-13-drop-cwd-config-auto-detect.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-13-rename-extract-to-on-file.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-13-sdk-default-baked-in-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-20-drop-implicit-files-table.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-21-remove-glob-captures.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-24-hookless-table-config-error.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-24-remove-stat-fact-injection.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-29-restore-python-310.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/README.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/src/lib.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/conftest.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/e2e/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/e2e/fixtures/dirsql_plugin_fixture/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/e2e/fixtures/dirsql_plugin_fixture/dirsql.toml +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/integration/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/integration/binding/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/integration/hermetic/__init__.py +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/CHANGELOG.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/Cargo.toml +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/MIGRATIONS.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/README.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/benches/db_bench.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/benches/differ_bench.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/benches/matcher_bench.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/benches/scanner_bench.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-batch-ingest-transaction.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-chained-pre-post-query-hooks.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-drop-cwd-config-auto-detect.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-fan-out-file-table-matching.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-persist-wal.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-rename-extract-to-on-file.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-repeatable-builder-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-repeatable-cli-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-sdk-default-baked-in-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-subcommand-local-config-flags.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-19-path-table-query-fallback.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-19-path-table-vtab.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-20-drop-implicit-files-table.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-20-path-table-glob-semantics.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-20-schema-inference.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-21-on-file-flag.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-21-remove-glob-captures.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-23-init-escalation-example.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-23-query-default-cli.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-24-hookless-table-config-error.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-24-remove-stat-fact-injection.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-29-on-file-failures-accumulate.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-08-02-drop-regex.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-08-02-per-file-scan-failures.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-08-02-release-profile.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-08-03-gitignore-by-default.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-08-03-nested-default-ignores.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/README.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/explanation.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/getting-started.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/define-tables.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/embed.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/load-extension.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/parse-files-into-columns.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/persist.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/query-without-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/skip-files.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/howto/write-a-plugin.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/index.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/migrations.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/plugins.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/reference/cli.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/reference/columns.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/reference/config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/reference/hooks.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/reference/http-api.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/reference/path-tables.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/docs/reference/sdk.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-drop-cwd-config-auto-detect.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-fan-out-file-table-matching.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-persist-wal.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-rename-extract-to-on-file.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-sdk-default-baked-in-config.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-subcommand-local-config-flags.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-20-drop-implicit-files-table.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-20-path-table-glob-semantics.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-21-remove-glob-captures.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-23-init-escalation-example.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-23-query-default-cli.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-24-hookless-table-config-error.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-24-remove-stat-fact-injection.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-08-02-per-file-scan-failures.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-08-03-gitignore-by-default.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-08-03-nested-default-ignores.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/README.md +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/bin/dirsql.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/cli/execute.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/cli/init.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/cli/mod.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/cli/router.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/cli/serialize.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/cli/server.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/command.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/config.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/db.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/default_config.toml +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/differ.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/infer.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/lib.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/matcher.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/parsed_vtab.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/path_table.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/persist.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/scanner.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/vtab.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/src/watcher.rs +0 -0
- {dirsql-0.4.9 → dirsql-0.4.10}/pyproject.toml +0 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"""Launcher-side resolution of the TOML configs' ``[[dirsql.extension]]`` entries.
|
|
2
|
+
|
|
3
|
+
The compiled ``dirsql`` binary loads a config's extensions literally -- it
|
|
4
|
+
has no ``importlib``, so it cannot resolve a bare **package name**. When any
|
|
5
|
+
TOML config in argv names an extension by package name, the shared SDK
|
|
6
|
+
resolver (:mod:`dirsql.resolve_config_extensions`) resolves every config's
|
|
7
|
+
extensions and this launcher passes the resolved literal paths to the binary
|
|
8
|
+
via repeatable ``--extension`` flags; the binary then loads those and ignores
|
|
9
|
+
the configs' own extension entries.
|
|
10
|
+
|
|
11
|
+
Every config flag occurrence counts -- ``-c``/``--config`` are repeatable,
|
|
12
|
+
and plugin discovery injects fragments as additional ``-c`` flags -- so the
|
|
13
|
+
scan collects them all, in argv order.
|
|
14
|
+
|
|
15
|
+
Native-language configs (``.py`` / ``.js`` / ``.mjs`` / ``.cjs``) are untouched:
|
|
16
|
+
the binary dispatches those to ``dirsql interpret``, whose handshake already
|
|
17
|
+
carries resolved paths.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
from __future__ import annotations
|
|
21
|
+
|
|
22
|
+
from ..resolve_config_extensions import resolve_configs_extension_specs
|
|
23
|
+
|
|
24
|
+
# Config extensions the binary dispatches to `dirsql interpret`; never
|
|
25
|
+
# pre-resolved here (that path resolves via the handshake).
|
|
26
|
+
_NATIVE_SUFFIXES = (".py", ".js", ".mjs", ".cjs")
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
def _config_paths_from_argv(argv: list[str]) -> list[str]:
|
|
30
|
+
"""Every config value in argv, in order (``--config X``, ``--config=X``,
|
|
31
|
+
``-c X``, ``-c=X``, ``-cX``), or the default when none are given."""
|
|
32
|
+
paths: list[str] = []
|
|
33
|
+
i = 0
|
|
34
|
+
while i < len(argv):
|
|
35
|
+
a = argv[i]
|
|
36
|
+
if a == "--config" or a == "-c":
|
|
37
|
+
# A bare trailing flag (no following value) yields "".
|
|
38
|
+
paths.append(next(iter(argv[i + 1 :]), ""))
|
|
39
|
+
i += 2
|
|
40
|
+
continue
|
|
41
|
+
if a.startswith("--config="):
|
|
42
|
+
paths.append(a[len("--config=") :])
|
|
43
|
+
elif a.startswith("-c"):
|
|
44
|
+
paths.append(a[len("-c") :].removeprefix("="))
|
|
45
|
+
i += 1
|
|
46
|
+
return paths or ["./.dirsql.toml"]
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def with_resolved_extensions(argv: list[str]) -> list[str]:
|
|
50
|
+
"""Return ``argv`` plus ``--extension`` flags when a TOML config names an
|
|
51
|
+
extension by package name; otherwise return ``argv`` unchanged. Raises if a
|
|
52
|
+
package name cannot be resolved (the launcher surfaces a clean error)."""
|
|
53
|
+
if argv and argv[0] == "init":
|
|
54
|
+
return argv
|
|
55
|
+
config_paths = [
|
|
56
|
+
p for p in _config_paths_from_argv(argv) if not p.endswith(_NATIVE_SUFFIXES)
|
|
57
|
+
]
|
|
58
|
+
if not config_paths:
|
|
59
|
+
return argv
|
|
60
|
+
specs = resolve_configs_extension_specs(config_paths)
|
|
61
|
+
if specs is None:
|
|
62
|
+
return argv
|
|
63
|
+
flags: list[str] = []
|
|
64
|
+
for spec in specs:
|
|
65
|
+
entrypoint = spec["entrypoint"]
|
|
66
|
+
flags.append("--extension")
|
|
67
|
+
flags.append(
|
|
68
|
+
f"{spec['path']}::{entrypoint}" if entrypoint is not None else spec["path"]
|
|
69
|
+
)
|
|
70
|
+
return [*argv, *flags]
|
|
@@ -4,7 +4,7 @@ name = "dirsql-py-ext"
|
|
|
4
4
|
# pypi/maturin handler can rewrite it via `write-version` before
|
|
5
5
|
# `maturin build`. `pyproject.toml` declares `dynamic = ["version"]`
|
|
6
6
|
# and maturin reads this field. Mirrors `packages/rust/Cargo.toml`.
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.10"
|
|
8
8
|
# abi3 note: the `abi3-py310` pyo3 feature (below) builds ONE stable-ABI
|
|
9
9
|
# `cp310-abi3` wheel per platform that loads on every CPython >= 3.10
|
|
10
10
|
# (matching `pyproject.toml`'s `requires-python = ">=3.10"`), instead of
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
**Fixed** The CLI launcher now resolves package-name `[[dirsql.extension]]`
|
|
2
|
+
entries for **every** config flag in argv — `-c X`, `-c=X`, `-cX`,
|
|
3
|
+
`--config X`, `--config=X`, repeated flags included — instead of only the
|
|
4
|
+
first `--config`. In particular, config fragments injected by plugin
|
|
5
|
+
discovery (which arrive as `-c` flags) get their package-name extensions
|
|
6
|
+
resolved to literal paths, so a plugin declaring e.g. `path = "sqlite_vec"`
|
|
7
|
+
loads on the pure discovery path instead of failing with
|
|
8
|
+
`failed to load extension` (#754).
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
"""Launcher-side resolution of a TOML config's ``[[dirsql.extension]]`` entries.
|
|
2
|
-
|
|
3
|
-
The compiled ``dirsql`` binary loads a config's extensions literally -- it
|
|
4
|
-
has no ``importlib``, so it cannot resolve a bare **package name**. When a
|
|
5
|
-
TOML config names an extension by package name, the shared SDK resolver
|
|
6
|
-
(:mod:`dirsql.resolve_config_extensions`) resolves every one of its
|
|
7
|
-
extensions and this launcher passes the resolved literal paths to the binary
|
|
8
|
-
via repeatable ``--extension`` flags; the binary then loads those and ignores
|
|
9
|
-
the config's own extension entries.
|
|
10
|
-
|
|
11
|
-
Native-language configs (``.py`` / ``.js`` / ``.mjs`` / ``.cjs``) are untouched:
|
|
12
|
-
the binary dispatches those to ``dirsql interpret``, whose handshake already
|
|
13
|
-
carries resolved paths.
|
|
14
|
-
"""
|
|
15
|
-
|
|
16
|
-
from __future__ import annotations
|
|
17
|
-
|
|
18
|
-
from ..resolve_config_extensions import resolve_config_extension_specs
|
|
19
|
-
|
|
20
|
-
# Config extensions the binary dispatches to `dirsql interpret`; never
|
|
21
|
-
# pre-resolved here (that path resolves via the handshake).
|
|
22
|
-
_NATIVE_SUFFIXES = (".py", ".js", ".mjs", ".cjs")
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
def _config_path_from_argv(argv: list[str]) -> str:
|
|
26
|
-
"""The ``--config`` value (``--config X`` or ``--config=X``), or the default."""
|
|
27
|
-
for i, a in enumerate(argv):
|
|
28
|
-
if a == "--config":
|
|
29
|
-
# A bare trailing `--config` (no following value) yields "".
|
|
30
|
-
return next(iter(argv[i + 1 :]), "")
|
|
31
|
-
if a.startswith("--config="):
|
|
32
|
-
return a[len("--config=") :]
|
|
33
|
-
return "./.dirsql.toml"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
def with_resolved_extensions(argv: list[str]) -> list[str]:
|
|
37
|
-
"""Return ``argv`` plus ``--extension`` flags when the TOML config names an
|
|
38
|
-
extension by package name; otherwise return ``argv`` unchanged. Raises if a
|
|
39
|
-
package name cannot be resolved (the launcher surfaces a clean error)."""
|
|
40
|
-
if argv and argv[0] == "init":
|
|
41
|
-
return argv
|
|
42
|
-
config_path = _config_path_from_argv(argv)
|
|
43
|
-
if config_path.endswith(_NATIVE_SUFFIXES):
|
|
44
|
-
return argv
|
|
45
|
-
specs = resolve_config_extension_specs(config_path)
|
|
46
|
-
if specs is None:
|
|
47
|
-
return argv
|
|
48
|
-
flags: list[str] = []
|
|
49
|
-
for spec in specs:
|
|
50
|
-
entrypoint = spec["entrypoint"]
|
|
51
|
-
flags.append("--extension")
|
|
52
|
-
flags.append(
|
|
53
|
-
f"{spec['path']}::{entrypoint}" if entrypoint is not None else spec["path"]
|
|
54
|
-
)
|
|
55
|
-
return [*argv, *flags]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-13-drop-cwd-config-auto-detect.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-13-rename-extract-to-on-file.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-13-sdk-default-baked-in-config.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-20-drop-implicit-files-table.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-21-remove-glob-captures.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-24-hookless-table-config-error.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/changelog.d/2026-07-24-remove-stat-fact-injection.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/e2e-attestations/feat-745-python-no-ignore.json
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-13-rename-extract-to-on-file.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-20-drop-implicit-files-table.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-21-remove-glob-captures.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-24-remove-stat-fact-injection.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/migrations.d/2026-07-29-restore-python-310.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/e2e/fixtures/dirsql_plugin_fixture/__init__.py
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/python/tests/e2e/fixtures/dirsql_plugin_fixture/dirsql.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-batch-ingest-transaction.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-chained-pre-post-query-hooks.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-drop-cwd-config-auto-detect.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-fan-out-file-table-matching.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-rename-extract-to-on-file.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-repeatable-builder-config.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-repeatable-cli-config.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-sdk-default-baked-in-config.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-13-subcommand-local-config-flags.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-19-path-table-query-fallback.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-20-drop-implicit-files-table.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-20-path-table-glob-semantics.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-23-init-escalation-example.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-24-hookless-table-config-error.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-24-remove-stat-fact-injection.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-07-29-on-file-failures-accumulate.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-08-02-per-file-scan-failures.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/changelog.d/2026-08-03-nested-default-ignores.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-drop-cwd-config-auto-detect.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-fan-out-file-table-matching.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-rename-extract-to-on-file.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-13-sdk-default-baked-in-config.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-20-drop-implicit-files-table.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-20-path-table-glob-semantics.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-21-remove-glob-captures.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-23-init-escalation-example.md
RENAMED
|
File without changes
|
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-24-hookless-table-config-error.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-07-24-remove-stat-fact-injection.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-08-02-per-file-scan-failures.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-08-03-gitignore-by-default.md
RENAMED
|
File without changes
|
{dirsql-0.4.9 → dirsql-0.4.10}/packages/rust/migrations.d/2026-08-03-nested-default-ignores.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|