Closed c1820646795 closed 4 months ago
Yes, currently only public schemas are supported.
Yes, currently only public schemas are supported.
When to support schema
The latest of springboot starter version support, shardingsphere-jdbc-core 5.4.0 version has same error
We have the same problem
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
shardingsphere-jdbc-core 5.4.1 version has same error
You can write test
schema in your SQL, just like SELECT * FROM test.t_order
So are statements that query metadata, such as this pgsql select COLUMN_NAME from information_schema.COLUMNS
I cannot understand what is cross library query
, can you revise the title and content?
I don't think "library" is a concept related to ShardingSphere. Due to the high cost of understanding, please allow me to close this issue.
The sharding configuration is as follows:
The database and sql are as follows:
If the table is under public, the query is normal.