Skip to content

SUBSTRING of non-text/-blob is described to return NONE character set in DSQL [CORE6160] #6409

Closed
@firebird-automations

Description

@firebird-automations

Submitted by: @asfernandes

The correct character set should be ASCII.

set sqlda_display on;
select substring(1 from 1 for 1) from rdb$database;
select substring(current_date from 1 for 1) from rdb$database;

Commits: 327c642 329a5c0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions