Incorrect column name when using an empty alias
Open
bug
sql
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
SQL:
```sql
select 42 as ' ';
select 42 as '';
```
MySQL XML output:
```xml
42
42
```
Dolt JSON output:
```json
{"rows": [{" ":42}]}
{"rows": [{"42 as":42}]}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.