hyrise/sql-parser

how to make this parser support Date/Time column?

hurricane1026 opened this issue · 2 comments

I need Date/Time Data column, how can I add them? or your guys has some dev-plans for this feature?

mrks commented

On our side, we have no plans to do so, mostly for time reasons. However, we would be happy to accept a PR for it.

Mostly, it is a question of adding the appropriate keywords to the lexer (flex_lexer.l) and then adding them as column_types to the CREATE TABLE statement:

We will address this in #178