Skip to content

Firebird.pas [CORE6157] #6406

Open
Open
@firebird-automations

Description

@firebird-automations

Submitted by: Norbert Saint Georges (norpa)

the Firebird.pas file is distributed only in the linux version but in no other version.

in version 4.0.0.1629, there are the following errors:

In Pascal, "record" is a reserved word.

after renaming:

"record" to "frecord";
"integer32" to "Int32";

added:

ISC_TIME_TZ = Integer; // ?? I do not know the good value
ISC_TIMESTAMP_TZ = Integer; // ?? I do not know the good value

after these changes it compiles under Delphi and Typhoon Code.

Commits: 2d8ebe0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions