Skip to content

external function declaration backup restore char_length missing #8855

@myilmaznetsim

Description

@myilmaznetsim
  1. create utf8 charset db, declare simple udf with cstring(10)
    look at RDB$FUNCTION_ARGUMENTS.RDB$CHARACTER_LENGTH value for this decl see 10

  2. backup - restore new db
    look at RDB$FUNCTION_ARGUMENTS.RDB$CHARACTER_LENGTH value for this decl see NULL

sample test decl:
DECLARE EXTERNAL FUNCTION lower_c
VARCHAR (256)
RETURNS CSTRING(80) FREE_IT
ENTRY_POINT 'fn_lower_c' MODULE_NAME 'udflib';

Firebird 5.0.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions