Skip to content

date value '0000-00-00' is not accepted in postgresql #15

@zormit

Description

@zormit

Problem: Having a MySQL date field with an undefined date 0000-00-00, it will be the same value in the output. Resulting in:

ERROR:  date/time field value out of range: "0000-00-00"

Solution: It should be NULL instead, because that seems to be the Postgres standard for an undefined date.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions