Skip to content
This repository has been 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

Open
gyuricza-bela opened this issue Jun 16, 2020 · 0 comments
Open

Comments

@gyuricza-bela
Copy link

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) )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant