News

When I create the table with a TIMESTAMP instead of a DATETIME and query the table with the AWS MySQL driver I correctly get a java.sql.Timestamp object, and calling toString returns the expected ...
The Java client code being generated for fields defined with format 'date' in OAS3 and a pattern of "YYYY-MM-DD" are working properly. Specifically, even with explicitly setting the export ...