Skip to content

Server ignores the size of VARCHAR when performing SET BIND ... TO VARCHAR(N) #7730

@AlexPeshkoff

Description

@AlexPeshkoff

After
SET BIND OF TIMESTAMP WITH TIME ZONE TO varchar(128);
The following SELECT
select timestamp '2023-08-29 01:02:03.0123 +3:0' from rdb$database;
returns field 57 symbols long, not 128 as requested

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions