Skip to content

[ORACLE] Number Datatype has wrong mapping #4488

Open
@homersimpsons

Description

@homersimpsons

Bug Report

Q A
BC Break yes ?
Version (current master)

Summary

NUMBER Datatype is misclassified as 'always integer' as per

'number' => 'integer',

Looking through the oracle's doc, NUMBER fields, feels more like MySQL's DECIMAL / NUMERIC fields as they both store precise (scaled integer) values.

Current behaviour

NUMBER fields are sometimes wrongly cast to integers.

How to reproduce

Expected behaviour

NUMBER should be mapped as string to avoid any precision issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions