Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

BUG: the expression value of (DBTYPE_WSTR & DBTYPE_BYREF) is 0 #17

@gyuricza-bela

Description

@gyuricza-bela

Use | operator instead of &

else if( dbtype == (DBTYPE_WSTR & DBTYPE_BYREF) )

else if( dbtype == (DBTYPE_STR & DBTYPE_BYREF) )

else if( dbtype == (DBTYPE_BYTES & DBTYPE_BYREF) )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions