The following should be supported: Schema: ``` create table `test` ( `ts` datetime ); ``` Query: ``` insert into test ( ts ) values ( from_unixtime(?) ); ``` Output new parser: ```2020/08/06 14:23:32 unknown MySQL type: any```