mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
GROUP BY and ORDER BY mostly work
This commit is contained in:
parent
3f9e60633f
commit
cc902ed25d
8 changed files with 872 additions and 1778 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue