File tree Expand file tree Collapse file tree 10 files changed +9
-9
lines changed Expand file tree Collapse file tree 10 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
plugins :
2
2
- name : python
3
3
wasm :
4
- sha256 : bf83af9e7ed465b6501846a3d8f8084f8a083b7d15eb3ccfee9730c0ee5bf3e6
4
+ sha256 : c74603350f66ae3701e88fd2e7f500dc54e181d8dbac68ade7ad2be832f45c67
5
5
url : file://../sqlc-gen-better-python.wasm
6
6
sql :
7
7
- codegen :
Original file line number Diff line number Diff line change 28
28
29
29
QueryResultsArgsType : typing .TypeAlias = int | float | str | memoryview | decimal .Decimal | uuid .UUID | datetime .date | datetime .time | datetime .datetime | datetime .timedelta | None
30
30
31
- ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .Pool [ asyncpg . Record ] | asyncpg . pool .PoolConnectionProxy [asyncpg .Record ]
31
+ ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .pool .PoolConnectionProxy [asyncpg .Record ]
32
32
33
33
from test .driver_asyncpg .attrs .classes import models
34
34
Original file line number Diff line number Diff line change 55
55
56
56
QueryResultsArgsType : typing .TypeAlias = int | float | str | memoryview | decimal .Decimal | uuid .UUID | datetime .date | datetime .time | datetime .datetime | datetime .timedelta | None
57
57
58
- ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .Pool [ asyncpg . Record ] | asyncpg . pool .PoolConnectionProxy [asyncpg .Record ]
58
+ ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .pool .PoolConnectionProxy [asyncpg .Record ]
59
59
60
60
from test .driver_asyncpg .attrs .functions import models
61
61
Original file line number Diff line number Diff line change 28
28
29
29
QueryResultsArgsType : typing .TypeAlias = int | float | str | memoryview | decimal .Decimal | uuid .UUID | datetime .date | datetime .time | datetime .datetime | datetime .timedelta | None
30
30
31
- ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .Pool [ asyncpg . Record ] | asyncpg . pool .PoolConnectionProxy [asyncpg .Record ]
31
+ ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .pool .PoolConnectionProxy [asyncpg .Record ]
32
32
33
33
from test .driver_asyncpg .dataclass .classes import models
34
34
Original file line number Diff line number Diff line change 55
55
56
56
QueryResultsArgsType : typing .TypeAlias = int | float | str | memoryview | decimal .Decimal | uuid .UUID | datetime .date | datetime .time | datetime .datetime | datetime .timedelta | None
57
57
58
- ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .Pool [ asyncpg . Record ] | asyncpg . pool .PoolConnectionProxy [asyncpg .Record ]
58
+ ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .pool .PoolConnectionProxy [asyncpg .Record ]
59
59
60
60
from test .driver_asyncpg .dataclass .functions import models
61
61
Original file line number Diff line number Diff line change 28
28
29
29
QueryResultsArgsType : typing .TypeAlias = int | float | str | memoryview | decimal .Decimal | uuid .UUID | datetime .date | datetime .time | datetime .datetime | datetime .timedelta | None
30
30
31
- ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .Pool [ asyncpg . Record ] | asyncpg . pool .PoolConnectionProxy [asyncpg .Record ]
31
+ ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .pool .PoolConnectionProxy [asyncpg .Record ]
32
32
33
33
from test .driver_asyncpg .msgspec .classes import models
34
34
Original file line number Diff line number Diff line change 55
55
56
56
QueryResultsArgsType : typing .TypeAlias = int | float | str | memoryview | decimal .Decimal | uuid .UUID | datetime .date | datetime .time | datetime .datetime | datetime .timedelta | None
57
57
58
- ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .Pool [ asyncpg . Record ] | asyncpg . pool .PoolConnectionProxy [asyncpg .Record ]
58
+ ConnectionLike : typing .TypeAlias = asyncpg .Connection [asyncpg .Record ] | asyncpg .pool .PoolConnectionProxy [asyncpg .Record ]
59
59
60
60
from test .driver_asyncpg .msgspec .functions import models
61
61
Original file line number Diff line number Diff line change 1
1
plugins :
2
2
- name : python
3
3
wasm :
4
- sha256 : bf83af9e7ed465b6501846a3d8f8084f8a083b7d15eb3ccfee9730c0ee5bf3e6
4
+ sha256 : c74603350f66ae3701e88fd2e7f500dc54e181d8dbac68ade7ad2be832f45c67
5
5
url : file://../sqlc-gen-better-python.wasm
6
6
sql :
7
7
- codegen :
Original file line number Diff line number Diff line change 1
1
plugins :
2
2
- name : python
3
3
wasm :
4
- sha256 : bf83af9e7ed465b6501846a3d8f8084f8a083b7d15eb3ccfee9730c0ee5bf3e6
4
+ sha256 : c74603350f66ae3701e88fd2e7f500dc54e181d8dbac68ade7ad2be832f45c67
5
5
url : file://../sqlc-gen-better-python.wasm
6
6
sql :
7
7
- codegen :
You can’t perform that action at this time.
0 commit comments