If you send this simple query to MySQL from Toad, it returns an error: SELECT JSON_OBJECT('id', 87, 'name', 'carrot'); I had ver 7.7 and it returned "unknown data type" Now I tried with 7.9 and it just fails without letting me know why other than: Category Timestamp Duration Message Line Position Error 7/29/2016 6:26:11 PM 0:00:00.093 - MySQL Database Error: Fatal error encountered during command execution. 1 0 But sending this query through mysql commandline works fine. This is supposed to work without any database, as shown here: https://dev.mysql.com/doc/refman/5.7/en/json-creation-functions.html I'm using MySQL 5.7.11 and Toad for MySQL 7.9.0.637
↧