
The most important change here is adding back a semi-colon I accidentally removed in the previous update which caused some issues when downloading tables in the final level. Hopefully there should be no more problems! Ever!!!!! But if there are more issues please let me know.
Update Notes:
Bug Fixes
For the final case:
Fix bug which prevented tables from being downloaded
Gameplay Changes:
Removed syntax highlighting for "LEFT" and "RIGHT" keywords and instead only highlight "LEFT JOIN" and "RIGHT JOIN".
Parser Improvements:
Specific error messages when trying to access a column from a table using commas (such as table,column instead of table.column)
Remove cross join errors when joining with subqueries