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

Pgsql driver implementation (update 4) #505

Merged
merged 23 commits into from
Jun 7, 2013
Merged

Pgsql driver implementation (update 4) #505

merged 23 commits into from
Jun 7, 2013

Commits on May 28, 2013

  1. Added initial unit testing files for the pgsql driver.

    Gevik Babakhani committed May 28, 2013
    Configuration menu
    Copy the full SHA
    c30eae6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2013

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

Commits on May 30, 2013

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

Commits on May 31, 2013

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

Commits on Jun 1, 2013

  1. Added last insert value to pgsql PDO

    Gevik Babakhani committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    04ebd12 View commit details
    Browse the repository at this point in the history
  2. Savepoint WIP QueryBuilder!

    Gevik Babakhani committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    cbde22a View commit details
    Browse the repository at this point in the history
  3. Added table based sequence.

    Gevik Babakhani committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    5a38036 View commit details
    Browse the repository at this point in the history
  4. Removed unused columns.

    Gevik Babakhani committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    18218c4 View commit details
    Browse the repository at this point in the history
  5. Merge remote branch 'upstream/master' into pgsql-driver

    Gevik Babakhani committed Jun 1, 2013
    Configuration menu
    Copy the full SHA
    eebdfd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2013

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

Commits on Jun 6, 2013

  1. Configuration menu
    Copy the full SHA
    70e9731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cceb5b1 View commit details
    Browse the repository at this point in the history
  3. Fixed several formatting issues.

    Refactored == null to is_null == '' to empty(...)
    ext4yii committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    5a587d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4448be View commit details
    Browse the repository at this point in the history
  5. Refactored types to be compatible with 1.1

    Gevik Babakhani committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    e505566 View commit details
    Browse the repository at this point in the history
  6. Removed commented and unused pgsql datatype mappings.

    Gevik Babakhani committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    9982d93 View commit details
    Browse the repository at this point in the history
  7. Replaces spaces with tabs.

    Gevik Babakhani committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    0fd390c View commit details
    Browse the repository at this point in the history
  8. Added db creation for travis CI This needs to be done in two seperate

    command since postgres does not accept db creation in multiline statement.
    Gevik Babakhani committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    b5513c8 View commit details
    Browse the repository at this point in the history
  9. Added missing postgres user to the travis config.

    Gevik Babakhani committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    dbe84ac View commit details
    Browse the repository at this point in the history
  10. Force travis to create the pgsql test db

    Gevik Babakhani committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    8b61ab7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. Configuration menu
    Copy the full SHA
    879b494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d07fd39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6d5a90 View commit details
    Browse the repository at this point in the history