featurebase/sql3/parser
Vengata Krishnan 6777e3dc07
FB-1968 timestamp data type related fixes and enhancements (#2256)
* Removed support for EPOCH column constraint from TIMESTAMP SQL data type.
* Implicit conversion of integers to timestamp will treat the integer value as seconds since unix epoch.
* Add new ToTimeStamp(num, timeunit) SQL scalar function to help convert integer values to timestamp.
2023-02-24 14:57:17 -05:00
..
ast.go add test coverage, fix bugs caught by added test coverage 2023-02-15 14:34:51 -06:00
ast_test.go FB-1968 timestamp data type related fixes and enhancements (#2256) 2023-02-24 14:57:17 -05:00
astdatatype.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
parser.go FB-1968 timestamp data type related fixes and enhancements (#2256) 2023-02-24 14:57:17 -05:00
parser_test.go add test coverage, fix bugs caught by added test coverage 2023-02-15 14:34:51 -06:00
scanner.go fix sum aggregate (fb-1874) (#2404) 2023-01-12 00:49:58 +00:00
scanner_test.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 11:33:38 -08:00
token.go Support for setting individual DatabaseOptions (#2231) 2023-02-06 08:50:28 -06:00
token_test.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
walk.go implement CREATE/ALTER/DROP VIEW (fb-1592) (#2408) 2023-01-19 21:51:16 +00:00