Skip to content

Cast from integer to bit(1) does not exist #2549

@emarsden

Description

@emarsden
pgeltestdb=> select 0::bit;
ERROR:  EXPLICIT CAST: cast from `integer` to `bit(1)` does not exist: 0 (errno 1105) (sqlstate HY000)

This syntax is accepted by PostgreSQL.

Using the :latest Docker image.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions