postgresql `::timestamp` must be treated as an expression with precedence

Issue #1611 resolved
Mike Bayer repo owner created an issue

extract('epoch', d1 + d2) produces invalid SQL EXTRACT epoch FROM d1 + d2::timestamp

Comments (2)

  1. Log in to comment