sqltypes.ARRAY does not link to postgresql.ARRAY (?!?!)

Issue #3964 resolved
Mike Bayer repo owner created an issue

the bind/ result processors of postgresql.ARRAY are not invoked with the sqltypes.ARRAY. I'm not sure how the ARRAY enhancement got committed with an omission like this.

Comments (1)

  1. Mike Bayer reporter

    Set up base ARRAY to be compatible with postgresql.ARRAY.

    For some reason, when ARRAY was added to the base it was never linked to postgresql.ARRAY. Link the two types and also make base ARRAY the schema event target so that it supports the same features as postgresql.ARRAY.

    Change-Id: I82fa6c9d2b8c5028dba3a009715f7bc296b2bc0b Fixes: #3964

    → <<cset 1b463058e328>>

  2. Log in to comment