Skip to content

SQLParseException[Cannot find data type: time] #206

@amotl

Description

@amotl

Problem

sa.Time() currently can't be used, because it gets mapped to SQL's TIME type, and CrateDB doesn't know it.

Exception calling application: (crate.client.exceptions.ProgrammingError) SQLParseException[Cannot find data type: time]

On the other hand, using sa.Date() works, and gets mapped to TIMESTAMP WITHOUT TIME ZONE well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions