Skip to content

Investigate ODBC driver text encoding #278

@SwooshyCueb

Description

@SwooshyCueb

For EL10, it appears that we use the wide-character version of the PostgreSQL ODBC driver, but we do all our ODBC operations in ANSI mode.

[PostgreSQL ANSI]
Description = ODBC for PostgreSQL
Driver = /usr/lib/psqlodbcw.so
Setup = /usr/lib/libodbcpsqlS.so
Driver64 = /usr/lib64/psqlodbcw.so
Setup64 = /usr/lib64/libodbcpsqlS.so

Somehow, this works. Let's investigate why, and whether we should be doing something else instead.

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