Skip to content

0.31.0

Compare
Choose a tag to compare
@AmrDeveloper AmrDeveloper released this 12 Nov 22:08
· 60 commits to master since this release
  • Implement Cast function call expression CAST(expr AS <Type>).
  • Implement Cast operator expr::<type>.
  • Created the TypesTable component to register types and aliases.
  • Fix schema datetime and updated types from Date to DateTime.
  • Fix consuming table name twice.