oguimbal / pg-mem

An in memory postgres DB instance for your unit tests
MIT License
1.95k stars 94 forks source link

QueryFailedError: type "bit" does not exist #352

Open aldokkani-newcross opened 1 year ago

aldokkani-newcross commented 1 year ago

Describe the bug

pg-mem doesn't recognize column type BIT in Postgres

QueryFailedError: type "bit" does not exist

    *️⃣ Reconsituted failed SQL statement: CREATE TABLE IF NOT EXISTS "<TableName>"  ("<CloumnName>" bit   default ('0'))

To Reproduce


CREATE TABLE IF NOT EXISTS "test"  ("test" bit   default ('0'));

pg-mem version

2.6.13