childewuque commented on issue #2321:   When sharding is not required, can SQL 
checking and validation skip? 
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2321#issuecomment-489415695
 
 
   > The 3rd generation parse engine can support all SQL.
   > It is worked on #2084.
   > So may I mark this issue as duplicated?
   
   Thanks ,now i use the version shardingsphere and the below sql ,but error 
occurs. Isn't it the 3nd generation parse engine in 4.0.0-RC1?
   
           <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
               <version>4.0.0-RC1</version>
           </dependency>
           <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>sharding-jdbc-spring-namespace</artifactId>
               <version>4.0.0-RC1</version>
           </dependency>
   
   insert into the_biz(id,ser_id,biz_time) values (1,1,now())
   
    Data truncation: Incorrect datetime value: 'now()' for column 'biz_time'
   
   
   
   

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


With regards,
Apache Git Services

Reply via email to