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 2022/10/10 06:30:32 UTC

[GitHub] [shardingsphere] deploymentadmin opened a new issue, #17332: Whether shardingsphere JDBC supports dynamic SQL under the same database instance and different schemas

deploymentadmin opened a new issue, #17332:
URL: https://github.com/apache/shardingsphere/issues/17332

   Whether shardingsphere JDBC supports dynamic SQL under the same database instance and different schemas, for example: "insert into ds_0. user (city, name) values ('a ',' b ')";
   that error org.apache.shardingsphere.infra.exception.SchemaNotExistedException: Schema 'ds_0' doesn't exist.
   
   I use shardingsphere JDBC for sharding database,shardingsphere.datasource is config  database instance,i hope that sql to support  databasename.tablename  .
    thanks 
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] closed issue #17332: Whether shardingsphere JDBC supports dynamic SQL under the same database instance and different schemas

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #17332: Whether shardingsphere JDBC supports dynamic SQL under the same database instance and different schemas
URL: https://github.com/apache/shardingsphere/issues/17332


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] commented on issue #17332: Whether shardingsphere JDBC supports dynamic SQL under the same database instance and different schemas

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #17332:
URL: https://github.com/apache/shardingsphere/issues/17332#issuecomment-1272349863

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN closed issue #17332: Whether shardingsphere JDBC supports dynamic SQL under the same database instance and different schemas

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #17332: Whether shardingsphere JDBC supports dynamic SQL under the same database instance and different schemas
URL: https://github.com/apache/shardingsphere/issues/17332


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] RaigorJiang commented on issue #17332: Whether shardingsphere JDBC supports dynamic SQL under the same database instance and different schemas

Posted by GitBox <gi...@apache.org>.
RaigorJiang commented on issue #17332:
URL: https://github.com/apache/shardingsphere/issues/17332#issuecomment-1119192390

   Hi @deploymentadmin 
   ShardingSphere supports the format of `database.table`,  like:
   ```sql
   DELETE FROM sharding_db.t_account WHERE status = 'OK'
   ```
   But the database should be the logic database in ShardingSphere, not a resource.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org