Skip to content

Mysql: FROM_UNIXTIME() #655

Closed
Closed
@markschmid

Description

@markschmid

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions