The new option "use native date/time format" does not work fully correctly with MySQL, where I get a trailing .0: DBeaver shows 2018-08-21 18:33:03.0 instead of 2018-08-21 18:33:03 for a DATETIME ...
Trying to use date time in json stored in MySQL date format in order to use Unfold feature. Field are properly reconized, how over datetime field are simply empty.
Greetings all! I'm a novice web programmer, and I'm trying to work something out and I'm struggling to wrap my mind around how to do it. I'm hoping you can all help! I have a MySQL table that has ...