Skip to content

Commit 8c070d0

Browse files
authored
python: Upgrade to sqlc-gen-python v1.0.0 (#1932)
1 parent 821e24a commit 8c070d0

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

examples/python/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

internal/endtoend/testdata/emit_pydantic_models/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

internal/endtoend/testdata/exec_result/python_postgresql/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

internal/endtoend/testdata/exec_rows/python_postgresql/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

internal/endtoend/testdata/inflection_exclude_table_names/python_postgresql/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

internal/endtoend/testdata/query_parameter_limit/-1/python_postgresql/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

internal/endtoend/testdata/query_parameter_limit/0/python_postgresql/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

internal/endtoend/testdata/query_parameter_limit/2/python_postgresql/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

internal/endtoend/testdata/query_parameter_limit/undefined/python_postgresql/sqlc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm",
8-
"sha256": "4fb54ee7d25b4d909b59a8271ebee60ad76ff17b10d61632a5ca5651e4bfe438"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8+
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
99
}
1010
}
1111
],

0 commit comments

Comments
 (0)