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

[WIP] Fixed issues related to MSSQL #1431

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Aug 28, 2017

  1. https://github.com/propelorm/Propel2/issues/1271

    MSSQL - Uncaught 'PDOException' - "attribute only supported on PDOStatement object"
    atompulse committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    38cbcce View commit details
    Browse the repository at this point in the history
  2. Fixed issues related to MSSQL migrations:

    propelorm#1294
    propelorm#1343
    Solved:
    - size checking issue
    - default values issue
    - foreign keys actions (on delete/on update)
    Remaining:
    - sql syntax for alter table
    atompulse committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    f3d401c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Fixed issues related to MSSQL migrations:

    propelorm#1294
    propelorm#1343
    Solved:
    - column renaming
    atompulse committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    afaed56 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Fixed issues related to MSSQL migrations:

    propelorm#1294
    propelorm#1343
    Solved:
    - column changing (structure)
    atompulse committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    48f1fbb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. skip invalid table object

    atompulse committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    25b37e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. make sure size is set

    atompulse committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    8369a32 View commit details
    Browse the repository at this point in the history
  2. mssql platform migration generation fixes:

    - alter multiple columns
    - create/drop (unique) indexes
    atompulse committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    47337d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. https://github.com/propelorm/Propel2/issues/1271

    MSSQL - Uncaught 'PDOException' - "attribute only supported on PDOStatement object"
    atompulse committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    98052d2 View commit details
    Browse the repository at this point in the history
  2. Fixed issues related to MSSQL migrations:

    propelorm#1294
    propelorm#1343
    Solved:
    - size checking issue
    - default values issue
    - foreign keys actions (on delete/on update)
    Remaining:
    - sql syntax for alter table
    atompulse committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    3656d46 View commit details
    Browse the repository at this point in the history
  3. Fixed issues related to MSSQL migrations:

    propelorm#1294
    propelorm#1343
    Solved:
    - column renaming
    atompulse committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    7c0c7bd View commit details
    Browse the repository at this point in the history
  4. Fixed issues related to MSSQL migrations:

    propelorm#1294
    propelorm#1343
    Solved:
    - column changing (structure)
    atompulse committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    892d41e View commit details
    Browse the repository at this point in the history
  5. skip invalid table object

    atompulse committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    6f82a8c View commit details
    Browse the repository at this point in the history
  6. make sure size is set

    atompulse committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    277142b View commit details
    Browse the repository at this point in the history
  7. mssql platform migration generation fixes:

    - alter multiple columns
    - create/drop (unique) indexes
    atompulse committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    dde298e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65996f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

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

Commits on Dec 13, 2017

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