Open
Description
Submitted by: @mrotteveel
The MS SQL to Firebird migration guide on http://firebirdsql.org/manual/migration-mssql-data-types.html contains an incorrect conversion for the MS SQL datatype FLOAT
The correct conversions are:
ms sql => Firebird
FLOAT => DOUBLE PRECISION
REAL => FLOAT
See also: http://stackoverflow.com/questions/9291375/firebird-2-5-conditionally-convert-column-data-type-from-float-to-double-preci
and: http://msdn.microsoft.com/en-us/library/ms173773.aspx