remove the ::interval cast in the postgresql dialect

Issue #2740 resolved
Mike Bayer repo owner created an issue

this seems to be there since it's beginning (see aca84bebb091a51ceeb), but gets in the way when timezone-aware comparisons are needed. leave it up to the DBAPI to handle typecasts now, and if we really needed a type-specific workaround we could even use type-level SQL expressions.

Comments (2)

  1. Log in to comment