MySQL Server 2012: Crashes when loading datetime column
Table Plus crashes with a Segmentation fault (core dumped) if you run a query which includes a column of type datetime from a MySQL Server 2012. I have tested with several different tables and found the same result.
Example
Table structure:
Successful query: Select TOP 1 ID from [MyTable] Query that causes crash: Select TOP 1 ID,ProcessAfter from [MyTable]
It happens every time. When I press "Run Current" the UI freezes for a few seconds and then it closes with the Segmentation fault message.
Server Details
Here is the result of "Select @@version;": Microsoft SQL Server 2012 (SP2-GDR) (KB3194719) - 11.0.5388.0 (X64) Sep 23 2016 16:56:29 Copyright (c) Microsoft Corporation Standard Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: )