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/09/11 08:58:49 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #12369: Scaling prepare tables part 1 : Define interface and implement MySQL dialect

sandynz commented on pull request #12369:
URL: https://github.com/apache/shardingsphere/pull/12369#issuecomment-917371077


   Since H2 database does't support `show create table table_name`, unit test for `MySQLDataSourcePreparer` is not completed.
   
   Exception:
   ```
   Caused by: org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement "SELECT [*]"; expected "TOP, LIMIT, DISTINCT, ALL, *, NOT, EXISTS, INTERSECTS"; SQL statement:
   SHOW CREATE TABLE `t_order` [42001-196]
   	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
   	at org.h2.message.DbException.getSyntaxError(DbException.java:205)
   ```
   


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