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/02/01 10:30:45 UTC

[GitHub] [shardingsphere] huosenyuan commented on issue #9252: jpa+hsql ; no viable alternative at input 'boolean' ; no viable alternative at input 'time'

huosenyuan commented on issue #9252:
URL: https://github.com/apache/shardingsphere/issues/9252#issuecomment-770752027


    use ShardingSphere-JDBC;
   springboot 2.2.2.RELEASE
   ~~~
            <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
               <version>4.1.1</version>
           </dependency>
   ~~~
   jpa sql is 
   ~~~
   create table t_job (id varchar(50) not null, birthday timestamp not null, done boolean, primary key (id));
   ~~~
   error: no viable alternative at input 'boolean'
   


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