Skip to content

Commit e205122

Browse files
authored
python: Use latest version of sqlc-gen-python (#2355)
1 parent da6fe0a commit e205122

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

Diff for: buf.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: v1
2+
name: buf.build/sqlc/sqlc
23
breaking:
34
use:
45
- FILE

Diff for: examples/python/sqlc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8-
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.1.0.wasm",
8+
"sha256": "ef58f143a8c116781091441770c7166caaf361dd645f62b8f05f462e9f95c3b2"
99
}
1010
}
1111
],

Diff for: internal/endtoend/testdata/emit_pydantic_models/sqlc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8-
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.1.0.wasm",
8+
"sha256": "ef58f143a8c116781091441770c7166caaf361dd645f62b8f05f462e9f95c3b2"
99
}
1010
}
1111
],

Diff for: internal/endtoend/testdata/exec_result/python_postgresql/sqlc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8-
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.1.0.wasm",
8+
"sha256": "ef58f143a8c116781091441770c7166caaf361dd645f62b8f05f462e9f95c3b2"
99
}
1010
}
1111
],

Diff for: internal/endtoend/testdata/exec_rows/python_postgresql/sqlc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8-
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.1.0.wasm",
8+
"sha256": "ef58f143a8c116781091441770c7166caaf361dd645f62b8f05f462e9f95c3b2"
99
}
1010
}
1111
],

Diff for: internal/endtoend/testdata/query_parameter_limit/-1/python_postgresql/sqlc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8-
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.1.0.wasm",
8+
"sha256": "ef58f143a8c116781091441770c7166caaf361dd645f62b8f05f462e9f95c3b2"
99
}
1010
}
1111
],

Diff for: internal/endtoend/testdata/query_parameter_limit/0/python_postgresql/sqlc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8-
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.1.0.wasm",
8+
"sha256": "ef58f143a8c116781091441770c7166caaf361dd645f62b8f05f462e9f95c3b2"
99
}
1010
}
1111
],

Diff for: internal/endtoend/testdata/query_parameter_limit/2/python_postgresql/sqlc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"name": "py",
66
"wasm": {
7-
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm",
8-
"sha256": "aca83e1f59f8ffdc604774c2f6f9eb321a2b23e07dc83fc12289d25305fa065b"
7+
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.1.0.wasm",
8+
"sha256": "ef58f143a8c116781091441770c7166caaf361dd645f62b8f05f462e9f95c3b2"
99
}
1010
}
1111
],

0 commit comments

Comments
 (0)