Skip to content

SQLParseException[Cannot find data type: time] #206

Open
@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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions