Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Feature/db story #41 #934

Merged
merged 11 commits into from Apr 2, 2012
Merged

Feature/db story #41 #934

merged 11 commits into from Apr 2, 2012

Commits on Mar 7, 2012

  1. Fix ZF2-202: PHP Fatal Error in Zend\Db\Adapter\Driver\Pdo\Connection…

    …::getDefaultSchema() when using a Postgresql database
    rhunwicks committed Mar 7, 2012
    Copy the full SHA
    55b65d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2012

  1. Zend\Db Features and Refactoring (story #41)

    * Create Expression object + interface
    * Refactor Predicates to Predicate Expression
    * Formalized specification in Zend\Db\Sql
    * cleaned TableGateway API
    Ralph Schindler committed Mar 16, 2012
    Copy the full SHA
    de739df View commit details
    Browse the repository at this point in the history
  2. Zend\Db Features and Refactoring (story #41)

    * Created AbstractSql
    * cleaned up join internal implementation
    Ralph Schindler committed Mar 16, 2012
    Copy the full SHA
    be67e13 View commit details
    Browse the repository at this point in the history
  3. Zend\Db Features and Refactoring (story #41)

    * Fixed PDO Connection with sqlite
    * Added a merge to the ParameterContainer
    * Delete, Insert, Update now extends AbstractSql, uses shared implementation
    * Created Sql factory, to be used as a dependency in TableGateway
    * renamed "database" to "scheme" in a dozen places
    * Cleaned up unit tests for refactoring
    Ralph Schindler committed Mar 16, 2012
    1
    Copy the full SHA
    23a1269 View commit details
    Browse the repository at this point in the history
  4. Zend\Db Features and Refactoring (story #41)

    * Added selectWith() to TableGateway
    Ralph Schindler committed Mar 16, 2012
    Copy the full SHA
    8ab4e6d View commit details
    Browse the repository at this point in the history
  5. Zend\Db Features and Refactoring (story #41)

    * Cleaned up SelectTest, added testdox, split out where() test
    * Added getPredicates() to PredicateSet
    * Removed dead code in Where
    * Fixed multiple predicate support in Select::where()
    Ralph Schindler committed Mar 16, 2012
    Copy the full SHA
    9f4afbb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2012

  1. Merge branch 'master' into feature/db-story-41

    Conflicts:
    	library/Zend/Db/Sql/Predicate/Literal.php
    Ralph Schindler committed Mar 19, 2012
    Copy the full SHA
    557c0e5 View commit details
    Browse the repository at this point in the history
  2. Zend\Db Features and Refactoring (story #41)

    Fixed unit tests, cleaned up TableGateway's __clone() and fixed statement issue in Update SQL.
    Ralph Schindler committed Mar 19, 2012
    Copy the full SHA
    49d956f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2012

  1. Merge branch 'hotfix/ZF2-202' of https://github.com/rhunwicks/zf2 int…

    …o feature/db-story-41
    Ralph Schindler committed Mar 26, 2012
    Copy the full SHA
    7916a70 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2012

  1. Cleaned up AbstractSql implementation, removed @todo, added comments,…

    … improved test
    Ralph Schindler committed Apr 2, 2012
    Copy the full SHA
    6c1722d View commit details
    Browse the repository at this point in the history
  2. Added column prefixing in Zend\Db\Sql\Select

    Cleaned up various components for coding standards, better commenting.
    Ralph Schindler committed Apr 2, 2012
    Copy the full SHA
    4eae196 View commit details
    Browse the repository at this point in the history