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 2021/11/24 07:18:02 UTC

[GitHub] [shardingsphere] jasper520 opened a new issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

jasper520 opened a new issue #13769:
URL: https://github.com/apache/shardingsphere/issues/13769


   
   show create table sys_log cannot get the value of the query


-- 
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] terrymanu commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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


   Sorry, the information is not enough.
   By the way, we have no time to investigate the issue related with other framework, it is better to use JDBC reproduce it.


-- 
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] jasper520 commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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


   你好,来信收到,谢谢


-- 
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] jasper520 commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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


   ```
   <!--sharding jdbc-->
   		<dependency>
   			<groupId>org.apache.shardingsphere</groupId>
   			<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
   			<version>4.1.1</version>
   		</dependency>
   ```
   
   ![image](https://user-images.githubusercontent.com/37660035/143205786-8a3371dd-6230-45d1-8b9a-24e7f2b94976.png)
   
   
   sql:@SqlParser(filter = true)
   	@Select("show create table sys_log")
   	Map selectTableCreateSql2(@Param("tableName") String tableName);
   
   I want to obtain the creation SQL of the table through this SQL, which can be obtained directly when using mybatis plus, but not when using sharding
   


-- 
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] strongduanmu commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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


   Hi @jasper520, Can you submit an issue according to the bug template?


-- 
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] LeibNici commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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






-- 
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] jasper520 commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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


   你好,来信收到,谢谢


-- 
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] terrymanu closed issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #13769:
URL: https://github.com/apache/shardingsphere/issues/13769


   


-- 
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] LeibNici commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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


   For example: show create table user will be automatically converted to show create table user_202201, my purpose is to get dynamically created table sql


-- 
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] LeibNici commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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


   Yes, I also encountered the same problem, how did you solve it?


-- 
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] jasper520 commented on issue #13769: When executing the SQL created by obtaining the table, the value cannot be obtained. The SQL is show create table sys_log

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


   你好,来信收到,谢谢


-- 
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