Search before asking
- I had searched in the issues and found no similar issues.
Version
Version : 0.15.1-rc09
What's Wrong?
Database changed
mysql> select * from TB1 a where A.apply_id='001' limit 10 \G;
Empty set (0.01 sec)
ERROR:
No query specified
mysql> select * from TB1 A where A.apply_id='001' limit 10 \G;
ERROR 1054 (42S22): errCode = 2, detailMessage = Unknown column 'apply_id' in 'a'
ERROR:
No query specified
mysql> show variables like '%low%' ;
+---------------------------------+---------+
| Variable_name | Value |
+---------------------------------+---------+
| allow_partition_column_nullable | true |
| lower_case_table_names | 1 |
| max_allowed_packet | 1048576 |
+---------------------------------+---------+
3 rows in set (0.01 sec)
mysql>
What You Expected?
When using SQL queries, I want table aliases to be capitalized
How to Reproduce?
- No response*
Anything Else?
- No response*
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
3条答案
按热度按时间vybvopom1#
it must be configured at cluster initialization.
knsnq2tg2#
it happened in 0.15.1-rc09 and has been fixed in 1.0.0-preview and following version.
zvms9eto3#
under version 0.15.9-rc09, it looks like:
And in 1.0.0-preview