Open zifeo opened 7 years ago
Just cast the desired Sql result column to an integer of an appropriate size and expect an integer object on the user side.
In general, you can decompose a date in Sql query and return the date as a list of separated integer columns if you want to bypass joda time representation.
When working with sql type
DATETIME(6)
, how can we keep microsecond precision and avoid joda time millisecond restriction?