I'm working on a module that requires another (addressable: https://github.com/silverstripe-australia/silverstripe-addressable) and am wondering if Float could cause tests with PostgreSQL to fail. My local unit and Travis tests with MySQL pass, but the PostgreSQL test fails in Travis. I've only worked in environments with MySQL and don't really have any experience with PostgreSQL. I'm very familiar with the docs and api and know that Decimal is listed in the docs. I also did some digging and found this: http://www.postgresql.org/docs/9.1/static/datatype-numeric.html which doesn't list float, but does list decimal.
Any insight would be greatly appreciated.
Thanks!