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:
[email protected]