GROUP BY and ORDER BY mostly work

This commit is contained in:
jussisaurio 2024-11-23 15:59:39 +02:00
parent 3f9e60633f
commit cc902ed25d
8 changed files with 872 additions and 1778 deletions

View file

@ -90,7 +90,7 @@ impl Table {
None => None,
},
Table::Pseudo(table) => match table.columns.get(index) {
Some(column) => Some(&column.name),
Some(_) => None,
None => None,
},
}