mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 16:41:01 +00:00
Up to now the only ``SELECT`` statement that worked was ``SELECT * FROM <table>``. This commit allows a column list consisting of column names and expressions in addition to ``*``. ``WHERE`` still doesn't work though. |
||
|---|---|---|
| .. | ||
| AST.h | ||
| CreateSchema.cpp | ||
| CreateTable.cpp | ||
| Expression.cpp | ||
| Insert.cpp | ||
| Lexer.cpp | ||
| Lexer.h | ||
| Parser.cpp | ||
| Parser.h | ||
| Select.cpp | ||
| SyntaxHighlighter.cpp | ||
| SyntaxHighlighter.h | ||
| Token.cpp | ||
| Token.h | ||