solomax opened a new pull request, #96:
URL: https://github.com/apache/openjpa/pull/96

   The tests are not green
   I need some basic review on shall I proceed fixing the tests
   
   One of the errors is
   ```
   java.sql.SQLSyntaxErrorException: Syntax error for TIMESTAMP escape sequence 
'2009-08-25 00:00:00.'.
   Caused by: java.lang.IllegalArgumentException: Timestamp format must be 
yyyy-mm-dd hh:mm:ss[.fffffffff]
        at java.sql.Timestamp.valueOf(Timestamp.java:257)
        at 
com.mysql.cj.jdbc.EscapeProcessor.processTimestampToken(EscapeProcessor.java:356)
   
   ```


-- 
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: dev-unsubscr...@openjpa.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to