MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / test_serial_integer

Route test_serial_integer

test/dialect/postgresql/test_dialect.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        (None, Integer, "SERIAL"),
        (None, BigInteger, "BIGSERIAL"),
        ((9, 1), SmallInteger, "SMALLINT"),
        ((9, 2), SmallInteger, "SMALLSERIAL"),
        (No

Source from the content-addressed store, hash-verified

1import asyncio
2import dataclasses
3import datetime
4import logging

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected