Skip to content

Migration from MS SQL to Firebird document: wrong datatype [DOC77] #87

Open
@firebird-automations

Description

@firebird-automations

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions