featurebase/sql3
Lory Cloutier b17582110f
Change datepart function to datetimepart (#2303)
FB-1897
The specs for the datetimepart function are, as far as i can tell,
identical to the existing datepart function. Per Pat, replaced the
datepart function with datetimepart rather than just adding
datetimepart as an alias. Made sure existing tests that were using
datepart got switched over.
Second go at this after sorting out weirdness with git.
2023-03-09 13:04:38 -06:00
..
parser implement select from time quantum columns (fb-1654) (#2282) 2023-03-02 00:06:58 -06:00
planner Change datepart function to datetimepart (#2303) 2023-03-09 13:04:38 -06:00
test Change datepart function to datetimepart (#2303) 2023-03-09 13:04:38 -06:00
errors.go Gracefully handle divide by zero (#2306) 2023-03-08 16:51:28 -05:00
interfaces.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
sql_complex_test.go compileOrderingTermExpr needs to return alias and not expression (#2300) 2023-03-07 15:56:58 -06:00
sql_test.go forward-port tests from SQL1 tree (#2261) 2023-03-01 13:40:50 -06:00