Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FEATURE][expressions] Expanded support for date/time calcs
Adds support for date - date, time - time and datetime - datetime type calculations which return an interval.
- Loading branch information
Showing
with
61 additions
and 11 deletions.
- +26 −7 src/core/qgsexpression.cpp
- +12 −0 src/core/qgsinterval.cpp
- +20 −4 src/core/qgsinterval.h
- +3 −0 tests/src/core/testqgsexpression.cpp