You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/03/11 08:41:30 UTC

[GitHub] [incubator-shardingsphere] wangjing112 opened a new issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver

wangjing112 opened a new issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver
URL: https://github.com/apache/incubator-shardingsphere/issues/4709
 
 
   i can't view table's design in DBeaver
   ![image](https://user-images.githubusercontent.com/51982240/76397649-6fda5a00-63b6-11ea-8ff1-dde8d1af438a.png)
   
   i sharding db named  : sharding_db
   a table "test_table" is not sharding in default database0;
   
   i can query sql: SELECT * from test_table;
   but can't query like: SELECT * from sharding_db.t_guild_info;
   return:doesn't exist

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver
URL: https://github.com/apache/incubator-shardingsphere/issues/4709#issuecomment-598022255
 
 
   Duplicated with #3572

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver
URL: https://github.com/apache/incubator-shardingsphere/issues/4709#issuecomment-597569581
 
 
   Can you show the error log in proxy console?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] terrymanu closed issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver
URL: https://github.com/apache/incubator-shardingsphere/issues/4709
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] menghaoranss commented on issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver

Posted by GitBox <gi...@apache.org>.
menghaoranss commented on issue #4709: proxy-4.0.1 can't view table design in DB tools like DBeaver
URL: https://github.com/apache/incubator-shardingsphere/issues/4709#issuecomment-597959662
 
 
   Here is log :
   ```
   ShardingSphere-SQL - Actual SQL: ds_0 ::: SELECT * FROM information_schema.COLUMNS WHERE TABLE_SCHEMA='demo_ds' AND TABLE_NAME='t_order' ORDER BY ORDINAL_POSITION
   ```
   This is the actual SQL that is executed when viewing the columns in dbeaver, TABLE_SCHEMA and 
   TABLE_NAME are not rewritten. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services