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

Use "numeric" (without parameters) data type in PostgreSQL #1906

Merged
merged 5 commits into from
Jul 1, 2022

Commits on Jun 15, 2021

  1. Use "numeric" (without parameters) data type in PostgreSQL, when inpu…

    …t data type has char parameters in data type (like NUMBER(*,0) in Oracle)
    LonwoLonwo committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9997951 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    fe8d209 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Merge branch 'fixNumberFormatExceptionPG' of https://github.com/Lonwo…

    …Lonwo/liquibase into LonwoLonwo-fixNumberFormatExceptionPG
    nvoxland committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    62271a8 View commit details
    Browse the repository at this point in the history
  2. Added initial NumberTypeTest

    nvoxland committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    bd54b94 View commit details
    Browse the repository at this point in the history
  3. If a NumberType has a non-integer first argument in postgresql, just …

    …preserve the given arguments
    nvoxland committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    cd01227 View commit details
    Browse the repository at this point in the history