mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-22 16:35:30 +01:00
select: fix bug with referring to a mixed-case alias
This commit is contained in:
@@ -136,4 +136,8 @@ do_execsql_test order-by-agg-not-mentioned-in-select {
|
||||
Carolyn|118
|
||||
Katelyn|40
|
||||
Erik|88
|
||||
Collin|15}
|
||||
Collin|15}
|
||||
|
||||
do_execsql_test case-insensitive-alias {
|
||||
select u.first_name as fF, count(1) > 0 as cC from users u where fF = 'Jamie' group by fF order by cC;
|
||||
} {Jamie|1}
|
||||
|
||||
Reference in New Issue
Block a user