MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / infinity_floats

Method infinity_floats

test/requirements.py:1586–1594  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1584
1585 @property
1586 def infinity_floats(self):
1587 return fails_on_everything_except(
1588 "sqlite",
1589 "postgresql+psycopg2",
1590 "postgresql+asyncpg",
1591 "postgresql+psycopg",
1592 ) + skip_if(
1593 "postgresql+pg8000", "seems to work on pg14 only, not earlier?"
1594 )
1595
1596 @property
1597 def float_or_double_precision_behaves_generically(self):

Callers

nothing calls this directly

Calls 2

skip_ifFunction · 0.90

Tested by

no test coverage detected