dirsql 0.3.75__tar.gz → 0.3.76__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.3.75 → dirsql-0.3.76}/Cargo.lock +1 -1
- {dirsql-0.3.75 → dirsql-0.3.76}/PKG-INFO +1 -1
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/Cargo.toml +1 -1
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/e2e-attestation.json +2 -2
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/cli/execute.rs +3 -8
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/cli/init.rs +3 -5
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/cli/mod.rs +2 -4
- {dirsql-0.3.75 → dirsql-0.3.76}/Cargo.toml +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/README.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/__init__.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/_async.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/_dirsql.pyi +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/cli/__init__.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/cli/binary_path.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/cli/is_windows.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/cli/main.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/cli/resolve_config_extensions.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/py.typed +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/resolve_config_extensions.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/dirsql/resolve_extension.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/.vitepress/config.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/AGENTS.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/explanation.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/getting-started.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/embed.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/persist.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/index.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/migrations.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/package.json +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/playwright.config.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/reference/cli.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/reference/columns.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/reference/config.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/reference/hooks.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/reference/http-api.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/reference/sdk.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/tests/integration/home.spec.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/tests/integration/language-flag.spec.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/tests/integration/sidebar.spec.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/tests/unit/config.test.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/tests/unit/lang.test.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/docs/vitest.config.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/README.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/conftest.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/.claude/CLAUDE.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/.vitepress/config.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/.vitepress/theme/index.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/.vitepress/theme/lang.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/AGENTS.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/explanation.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/getting-started.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/embed.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/persist.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/index.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/migrations.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/package.json +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/playwright.config.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/pnpm-lock.yaml +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/pnpm-workspace.yaml +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/reference/cli.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/reference/columns.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/reference/config.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/reference/hooks.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/reference/http-api.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/reference/sdk.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/tests/integration/home.spec.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/tests/integration/language-flag.spec.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/tests/integration/sidebar.spec.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/tests/unit/config.test.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/tests/unit/lang.test.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/docs/vitest.config.ts +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/src/lib.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/tests/__init__.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/tests/binding/__init__.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/tests/conftest.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/tests/e2e/__init__.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/tests/integration/__init__.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/python/tests/smoke/__init__.py +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/Cargo.toml +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/README.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/benches/db_bench.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/benches/differ_bench.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/benches/matcher_bench.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/benches/scanner_bench.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/explanation.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/getting-started.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/columns-from-paths.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/define-tables.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/embed.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/extract-from-contents.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/load-extension.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/persist.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/react-to-changes.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/search-by-meaning.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/howto/skip-files.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/index.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/migrations.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/reference/cli.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/reference/columns.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/reference/config.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/reference/hooks.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/reference/http-api.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/docs/reference/sdk.md +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/bin/dirsql.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/cli/router.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/cli/serialize.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/cli/server.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/command.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/config.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/db.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/default_config.toml +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/differ.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/lib.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/matcher.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/persist.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/scanner.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/packages/rust/src/watcher.rs +0 -0
- {dirsql-0.3.75 → dirsql-0.3.76}/pyproject.toml +0 -0
|
@@ -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.3.
|
|
7
|
+
version = "0.3.76"
|
|
8
8
|
edition.workspace = true
|
|
9
9
|
publish = false
|
|
10
10
|
readme = "README.md"
|
|
@@ -217,15 +217,10 @@ async fn run_post_query(pq: &PostQuery, rows: Vec<Value>) -> Result<Value, Query
|
|
|
217
217
|
mod tests {
|
|
218
218
|
use super::*;
|
|
219
219
|
|
|
220
|
-
// The `
|
|
221
|
-
// exercised end-to-end at the integration tier by
|
|
220
|
+
// The `Core => BadRequest` arm is covered end-to-end by
|
|
222
221
|
// `post_query_malformed_sql_returns_400_not_500` in
|
|
223
|
-
// `tests/cli_integration.rs
|
|
224
|
-
//
|
|
225
|
-
// importing the first-party `crate::db::DbError`, which the
|
|
226
|
-
// `testing-conventions` `unit lint` isolation rule forbids (a unit test
|
|
227
|
-
// may reach only `super::` and pure `std`). The non-Core arm below is
|
|
228
|
-
// pure -- it builds a `super::DirSqlError::Lock` -- so it stays inline.
|
|
222
|
+
// `tests/cli_integration.rs` (unit-lint isolation bars constructing a
|
|
223
|
+
// `Core` value inline). The pure non-Core arm below stays here.
|
|
229
224
|
|
|
230
225
|
#[test]
|
|
231
226
|
fn classify_non_core_error_is_internal() {
|
|
@@ -87,9 +87,7 @@ mod tests {
|
|
|
87
87
|
);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
//
|
|
91
|
-
// `
|
|
92
|
-
//
|
|
93
|
-
// forbids that (see `scanner.rs` for the same split). Covered black-box
|
|
94
|
-
// in `tests/init_integration.rs`.
|
|
90
|
+
// The write success + `--force` paths are covered black-box in
|
|
91
|
+
// `tests/init_integration.rs` (unit-lint isolation keeps effectful
|
|
92
|
+
// `std::fs` out of here).
|
|
95
93
|
}
|
|
@@ -343,8 +343,6 @@ mod tests {
|
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
// `DEFAULT_CONFIG_TOML` parsing
|
|
347
|
-
//
|
|
348
|
-
// out-of-module collaborator directly, which the `unit lint` isolation
|
|
349
|
-
// rule forbids.
|
|
346
|
+
// `DEFAULT_CONFIG_TOML` parsing is covered in `tests/config.rs`
|
|
347
|
+
// (unit-lint isolation bars calling `config::load_config_str` here).
|
|
350
348
|
}
|
|
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
|
|
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.3.75 → dirsql-0.3.76}/packages/python/docs/tests/integration/language-flag.spec.ts
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
|
|
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
|