preliminary date operation support

Issue #2769 wontfix
Mike Bayer repo owner created an issue

We can get support for "date2 - date1" pretty easily for most backends at this point, now that we have full control of operators. The most straightforward way might be just to create a SQL construct called "DateSubtract" or something like that, returning an Interval as the return type.

Comments (4)

  1. Log in to comment