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/08/23 12:11:56 UTC

[GitHub] [shardingsphere] rfscouto opened a new issue #11960: SQLParsingException: Unsupported SQL of `drop sequence if exists hibernate_sequence`

rfscouto opened a new issue #11960:
URL: https://github.com/apache/shardingsphere/issues/11960


   Hi everyone,
   
   Wondering if anyone could help with my current setup. I get a SQLParsingException. I am on version 4.1.1 (core) and h2 is version 1.4.199.
   The yml:
   
   `#############################################
   ### Spring
   #############################################
   spring:
     main:
       allow-bean-definition-overriding: true
       #datasource:
       #url: jdbc:h2:mem:events;DB_CLOSE_ON_EXIT=FALSE
       #driver-class-name: org.h2.Driver
       #platform: org.hibernate.dialect.H2Dialect
     liquibase:
       enabled: false
     shardingsphere:
       datasource:
         names: ds
         ds:
           type: org.apache.commons.dbcp2.BasicDataSource
           driver-class-name: org.h2.Driver
           url: "jdbc:h2:mem:events;DB_CLOSE_ON_EXIT=FALSE;DATABASE_TO_UPPER=false;MODE=MYSQL"
       sharding:
         tables:
           partner:
             actual-data-nodes: ds.test$->{0..1}
             table-strategy:
               inline:
                 sharding-column: id
                 algorithm-expression: test$->{id}
             key-generator:
               column: id
               type: UUID`


-- 
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] avalon5666 commented on issue #11960: SQLParsingException: Unsupported SQL of `drop sequence if exists hibernate_sequence`

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


   Can you try the latest 5.x version? 4.x is a historical version and will not be maintained.


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