Skip to content

Add the SQLDA_CURRENT_VERSION macro definition to the sqlda_pub.h file. #9109

Description

@dmitry-v-orekhov

The Firebird project inherits its code from Borland Interbase 6.0.

Therefore, the sqlda_pub.h file, contains a description of the XSQLVAR version 1 structure.

It also contains the macro definition SQLDA_VERSION1:

#define SQLDA_VERSION1 1

In the future, it may be necessary to declare the XSQLDA structure in a new way.

Therefore, it would be good to add another macro definition to the sqlda_pub.h file :

#define SQLDA_VERSION1 1
#define SQLDA_CURRENT_VERSION SQLDA_VERSION1

Just like the developers of Borland Interbase 7.5 did.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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