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

Adds default namespace to schema. #2490

Closed
wants to merge 10 commits into from

Commits on Aug 26, 2016

  1. Adds default namespace to schema.

    Some databases supports namespaces and has default one. For example
    Postgres has default "public".
    
    When schema created from classes, which has table names without
    namespaces, but this namespace is assumed, we should add it explicitly,
    if it not exists yet.
    
    It will help in diffs between real DB and config shemas.
    
    This is 1st part of fix DBAL-1168
    garex committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    8a1e929 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2016

  1. !!! TRASH COMMIT NOT FOR MERGE !!!

    --- Branch will be rebased after approve ---
    Merge branch 'master' into DBAL-1168-add-default-schema-name
    garex committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    499ca0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fdacc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dafe7ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e68433a View commit details
    Browse the repository at this point in the history
  5. .. Fix imports in test

    garex committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    b1e79ef View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2016

  1. !!! TRASH COMMIT NOT FOR MERGE !!!

    --- Branch will be rebased after approve ---
    Merge branch 'master' into DBAL-1168-add-default-schema-name
    garex committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    ba4fb09 View commit details
    Browse the repository at this point in the history
  2. .. Remove surplus LF.

    garex committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    d25aa44 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. !!! TRASH COMMIT !!! not for future merge

    Merge remote-tracking branch 'doctrine/master' into DBAL-1168-add-default-schema-name
    garex committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    983375d View commit details
    Browse the repository at this point in the history
  2. .. phpcs fix in test

    garex committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    7f7b085 View commit details
    Browse the repository at this point in the history