Skip to content

Changelogs

OneAndonlyFinbar edited this page Feb 18, 2022 · 7 revisions

v1.6.0 Fixed major bug with INSERT command

v1.5.0

Added SQL lexer
Fixed lots of bugs

v1.3.0

Added aggregate functions:

SUM(), STDEV(), COUNT(), SUM()

v1.2.0

Added availability to select multiple columns based on csv, ex: SELECT column1, column2 FROM table

Added availability to alias different columns instead of only a singular select column. ex: SELECT column1 AS column FROM table

Clone this wiki locally