featurebase/sql3
Lory Cloutier 7ea4135ecf
Add datetimename function to SQL3 (#2293)
FB-1896
Added the datetimename function, which returns parts of a timestamp
as strings. Month and day of the week are named ("January", "Monday")
while others are returned as a string of digits ("2023").
Added tests to the test definitions.
2023-03-07 12:58:44 -06:00
..
parser implement select from time quantum columns (fb-1654) (#2282) 2023-03-02 00:06:58 -06:00
planner Add datetimename function to SQL3 (#2293) 2023-03-07 12:58:44 -06:00
test Add datetimename function to SQL3 (#2293) 2023-03-07 12:58:44 -06:00
errors.go implement select from time quantum columns (fb-1654) (#2282) 2023-03-02 00:06:58 -06: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 fb-1915 Support large id's in NDJSON (#2290) 2023-03-03 15:37:56 -06:00
sql_test.go forward-port tests from SQL1 tree (#2261) 2023-03-01 13:40:50 -06:00