add float datatype

Issue #14 resolved
Mike Bayer repo owner created an issue

right now floats are descending from Numeric. we need Float by itself, that takes only the precision as an argument, plus all the database-specific views of it.

Comments (1)

  1. Mike Bayer reporter

    added in changeset:669. I do notice, running the engine test suite, that the float type Postgres converts it to a Real of precision 24, and MySQL converts it to precision 12. also, we dont have an explicit postgres 'bigint' type, should we add that ?

  2. Log in to comment