lanchengx opened a new pull request #12011:
URL: https://github.com/apache/shardingsphere/pull/12011
For #11994.
Changes proposed in this pull request:
- Currently only supports `select *` and `SELECT column_name, ...`,
functions such as `select count()` are not supported.
- Sample SQLs
> SELECT SCHEMA_NAME, DEFAULT_CHARACTER_SET_NAME,
DEFAULT_COLLATION_NAME FROM information_schema.SCHEMATA;
> SELECT * FROM information_schema.SCHEMATA;
- The `schema` in the result is the schema in the proxy, and other data
comes from a random database in the current schema.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]