[Postgres] Driver does not support theBIT type

Issue #508 resolved
Former user created an issue

Autoloading a Postgres 8.1 table does not work if it contains a column of type BIT since there is no mapping forseen to deal with BIT types.

Comments (2)

  1. Mike Bayer repo owner

    reflection has been modified such that coltypes which arent defined produce a warning and are implemented in the reflected Table with NullType.

  2. Log in to comment