sqlproof 0.2.1__tar.gz → 0.2.2__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.
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/ci.yml +1 -1
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/nightly.yml +1 -1
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/release.yml +1 -1
- sqlproof-0.2.2/.release-please-manifest.json +3 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.sqlproof/failures/property_fails.json +1 -1
- {sqlproof-0.2.1 → sqlproof-0.2.2}/CHANGELOG.md +7 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/PKG-INFO +1 -1
- {sqlproof-0.2.1 → sqlproof-0.2.2}/pyproject.toml +1 -1
- sqlproof-0.2.2/src/sqlproof/_version.py +1 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/uv.lock +1 -1
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/pages/index.astro +1 -6
- sqlproof-0.2.1/.release-please-manifest.json +0 -3
- sqlproof-0.2.1/src/sqlproof/_version.py +0 -1
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/ISSUE_TEMPLATE/question.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/actions/setup-supabase-test-db/action.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/actions/setup-supabase-test-db/sql/supabase-test-init.sql +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/dependabot.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/deploy-website.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/pr-title.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/release-please.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.github/workflows/uv-lock-refresh.yml +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/.gitignore +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/AGENTS.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/CONTRIBUTING.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/README.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/SECURITY.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/SPEC.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/docs/superpowers/specs/2026-05-30-release-engineering-design.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/ecommerce/schema.sql +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/ecommerce/test_orders.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/ripenn_scoring/schema.sql +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/ripenn_scoring/test_scoring.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/supabase_rls/README.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/supabase_rls/schema.sql +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/supabase_rls/test_rls.pgtap.sql +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/examples/supabase_rls/test_rls.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/release-please-config.json +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/__init__.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/cli.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/client.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/config.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/contrib/__init__.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/contrib/plpgsql_coverage.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/contrib/supabase.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/core.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/coverage/__init__.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/coverage/diversity.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/coverage/plpgsql.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/coverage/schema_shape.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/exceptions.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/__init__.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/columns.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/constraints.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/functions.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/graph.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/rows.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/sampling.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/generators/well_known.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/pytest_plugin.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/reporter/__init__.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/reporter/console.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/reporter/json_io.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/__init__.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/db.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/migration.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/overload.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/property.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/rls.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/runners/stateful.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/__init__.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/dependency_graph.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/fingerprint.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/introspect.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/model.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/schema/parse_sql.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/testing.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/src/sqlproof/types.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/benchmarks/test_generation_benchmark.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/conftest.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_plpgsql_coverage.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_postgres_execution.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_pytest_plugin_fixtures_integration.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_supabase_auth_surface.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/meta/test_meta_properties.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_cli_smoke.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_column_strategies.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_constraint_strategies.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_contrib_plpgsql_coverage.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_contrib_supabase.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_db_manager.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_generators_core.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_package_scaffold.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_parse_sql_edge_cases.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_pytest_plugin_fixtures.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_runner_slice.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_schema_core.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_state_machine.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_v01_surfaces.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/tests/unit/test_well_known.py +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/.env.example +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/astro.config.mjs +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/package-lock.json +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/package.json +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/public/CNAME +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/public/favicon.svg +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/config.ts +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/api/check-options.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/api/sqlproof-class.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/api/state-machine.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/api/table-customization.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/data-generation.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/orders.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/property-patterns.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/testing-sql-functions.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/getting-started.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/ci-cd.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/custom-generators.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/fk-distributions.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/local-dev.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/security.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/supabase.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/guides/vs-pgtap.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/supabase-quickstart.md +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/posthog.mjs +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/styles/custom.css +0 -0
- {sqlproof-0.2.1 → sqlproof-0.2.2}/website/tsconfig.json +0 -0
|
@@ -32,7 +32,7 @@ jobs:
|
|
|
32
32
|
SQLPROOF_TEST_DATABASE_URL: postgresql://postgres:postgres@127.0.0.1:5432/postgres
|
|
33
33
|
steps:
|
|
34
34
|
- uses: actions/checkout@v4
|
|
35
|
-
- uses: actions/setup-python@
|
|
35
|
+
- uses: actions/setup-python@v6
|
|
36
36
|
with:
|
|
37
37
|
python-version: ${{ matrix.python-version }}
|
|
38
38
|
- uses: astral-sh/setup-uv@v5
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
41
41
|
# as input. For push events, default behavior checks out the
|
|
42
42
|
# tag-ref that triggered the workflow (no override needed).
|
|
43
43
|
ref: ${{ inputs.tag || github.ref }}
|
|
44
|
-
- uses: actions/setup-python@
|
|
44
|
+
- uses: actions/setup-python@v6
|
|
45
45
|
with:
|
|
46
46
|
python-version: "3.11"
|
|
47
47
|
- uses: astral-sh/setup-uv@v5
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"property_name": "property_fails",
|
|
18
18
|
"row_context": {},
|
|
19
19
|
"runs": 110,
|
|
20
|
-
"schema_fingerprint": "sha256:
|
|
20
|
+
"schema_fingerprint": "sha256:10216d67c52fe4492028569c0a44ea070c450fb3488ad02a3599c35192366658",
|
|
21
21
|
"seed": null,
|
|
22
22
|
"shrink_steps": 0,
|
|
23
23
|
"version": 1
|
|
@@ -5,6 +5,13 @@ All notable changes to SqlProof will be documented here. The format is based on
|
|
|
5
5
|
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). While SqlProof
|
|
6
6
|
remains in `0.x`, minor versions may include breaking changes.
|
|
7
7
|
|
|
8
|
+
## [0.2.2](https://github.com/alialavia/sqlproof/compare/v0.2.1...v0.2.2) (2026-05-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Documentation
|
|
12
|
+
|
|
13
|
+
* **website:** drop alpha framing from landing page ([#40](https://github.com/alialavia/sqlproof/issues/40)) ([9845743](https://github.com/alialavia/sqlproof/commit/9845743917d4bdf1dbda311e63545feabd902371))
|
|
14
|
+
|
|
8
15
|
## [0.2.1] - 2026-05-30
|
|
9
16
|
|
|
10
17
|
First PyPI-published stable release. Equivalent in code to `v0.2.0`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sqlproof
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Property-based testing for PostgreSQL schemas and SQL behavior. Pre-1.0; APIs may change between minor versions.
|
|
5
5
|
Project-URL: Homepage, https://sqlproof.com
|
|
6
6
|
Project-URL: Documentation, https://sqlproof.com
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "sqlproof"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
8
|
description = "Property-based testing for PostgreSQL schemas and SQL behavior. Pre-1.0; APIs may change between minor versions."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.2" # x-release-please-version
|
|
@@ -54,7 +54,6 @@ const posthogScript = posthogScriptContent({
|
|
|
54
54
|
|
|
55
55
|
<!-- Hero -->
|
|
56
56
|
<div class="sp-hero">
|
|
57
|
-
<div class="sp-badge sp-badge-alpha">⚠ v0.1.0a1 alpha · Python 3.11+ · APIs unstable</div>
|
|
58
57
|
<h1>Find SQL bugs<br />before your <span>users</span> do</h1>
|
|
59
58
|
<p>
|
|
60
59
|
Property-based testing for PostgreSQL. Generates random valid datasets
|
|
@@ -62,12 +61,8 @@ const posthogScript = posthogScriptContent({
|
|
|
62
61
|
</p>
|
|
63
62
|
<div class="sp-install">
|
|
64
63
|
<span class="prompt">$</span>
|
|
65
|
-
<span>pip install
|
|
64
|
+
<span>pip install sqlproof</span>
|
|
66
65
|
</div>
|
|
67
|
-
<p class="sp-npm-disclaimer">
|
|
68
|
-
Early-stage alpha. APIs may change without deprecation warnings until 0.x stabilizes.
|
|
69
|
-
Don't rely on this for production test suites yet.
|
|
70
|
-
</p>
|
|
71
66
|
<div class="sp-hero-buttons">
|
|
72
67
|
<a href={docsBase} class="sp-btn-primary">Get Started →</a>
|
|
73
68
|
<a href={githubUrl} target="_blank" rel="noopener" class="sp-btn-secondary">View on GitHub</a>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.1" # x-release-please-version
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sqlproof-0.2.1 → sqlproof-0.2.2}/.github/actions/setup-supabase-test-db/sql/supabase-test-init.sql
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
|
{sqlproof-0.2.1 → sqlproof-0.2.2}/docs/superpowers/specs/2026-05-30-release-engineering-design.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
|
|
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
|
{sqlproof-0.2.1 → sqlproof-0.2.2}/tests/integration/test_pytest_plugin_fixtures_integration.py
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
|
{sqlproof-0.2.1 → sqlproof-0.2.2}/website/src/content/docs/examples/testing-sql-functions.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
|