Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 450 Bytes

TODO.md

File metadata and controls

10 lines (10 loc) · 450 Bytes

TODO

These are general TODO items whatever come to mind in the moment so I don't forget.

  • Support window/analytic functions
  • Add remaining common data types for type casting
  • Add aggregate function support
  • Add subquery support and derived tables
  • Add StatementAppender to append individual statements together (e.g., multiple create statements, temp tables, etc.)
  • Add AlterTableBuilder
  • Add DeleteBuilder
  • Add CaseStatementBuilder