You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: