Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle postgres default when tableColumn.default is not string #7816

Merged

Commits on Jun 30, 2021

  1. fix: handle postgres default when tableColumn.default is not string

    there was an edge case where the tableColumn.default was not a string
    and thus caused a TypeError to be emitted when we tried to `substring`
    it.  instead, we check the type first and only if that type is a
    string do we try to decode it
    imnotjames committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    a35d457 View commit details
    Browse the repository at this point in the history