- implement 'describe table_name' to show fields and types of a table.
- Add mysql like
show tables
statement to list all available tables. - Implement
DAYOFWEEK
,DAYOFMONTH
andDAYOFYEAR
Date functions. - Implement
QUARTER
,YEAR
andTO_DAYS
Date function. - Implement
QUOTENAME
String function. - Fix Parsing function without right paren at the end
New Contributors
- @frectonz made their first contribution in #85
- @jossephus made their first contribution in #87
Full Changelog: 0.14.0...0.15.0