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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a terrible diff issue case of PostgreSQL #91

Closed
wants to merge 5 commits into from

Commits on May 18, 2017

  1. Fixed issue ERROR: type "serial" does not exist

    Sould not use "ALTER TABLE ... ALTER COLUMN ... TYPE (big|small)?serial".
    See https://www.postgresql.org/docs/current/static/datatype-numeric.html#DATATYPE-SERIAL
    Code-Hex committed May 18, 2017
    Configuration menu
    Copy the full SHA
    f154864 View commit details
    Browse the repository at this point in the history
  2. Modified tests for postgres

    Code-Hex committed May 18, 2017
    Configuration menu
    Copy the full SHA
    62aa2af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a6cfc5 View commit details
    Browse the repository at this point in the history
  4. Fixed to parse from DBI using PostgreSQL

    For example, I got result 259 when varchar size is 255. So expected 255.
    
    I also fixed the problem that unexpected types will be returned.
    Code-Hex committed May 18, 2017
    Configuration menu
    Copy the full SHA
    31bd66c View commit details
    Browse the repository at this point in the history
  5. Fixed some test

    Code-Hex committed May 18, 2017
    Configuration menu
    Copy the full SHA
    5ad1563 View commit details
    Browse the repository at this point in the history