Skip to content

Add support Firebird 4.0+ datatypes #14896

Closed
@sim1984

Description

@sim1984

Description

Currently the PDO Firebird driver does not support the data types introduced in Firebird 4.0:

  • INT128
  • NUMERIC(38, x) and DECIMAL(38, x)
  • DECFLOAT(16) and DECFLOAT(34)
  • TIMESTAMP WITH TIME ZONE and TIME WITH TIME ZONE

Since PHP still does not have native types that directly correspond to Firebird data types, it is proposed to map these data types to strings.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions