sqlalchemy.FLOAT

Here are the examples of the python api sqlalchemy.FLOAT taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: odo Source File: test_sql.py
def test_discover_float_and_real_core_types():
    assert discover(sa.FLOAT()) == float64
    assert discover(sa.REAL()) == float32