testing.combinations(
(None, Integer, "SERIAL"),
(None, BigInteger, "BIGSERIAL"),
((9, 1), SmallInteger, "SMALLINT"),
((9, 2), SmallInteger, "SMALLSERIAL"),
(No
| 1 | import asyncio |
| 2 | import dataclasses |
| 3 | import datetime |
| 4 | import logging |
nothing calls this directly
no outgoing calls
no test coverage detected