Forrest79\PhPgSql\Db\Queryhas public properties$sqland$params, methodsgetSql()andgetParams()are removedForrest79\PhPgSql\Db\RowFactorymethodcreateRow()is renamed tocreate()Forrest79\PhPgsql\Fluent\Querymethodfree()is removedForrest79\PhPgsql\Fluent\QueryimplementForrest79\PhPgSql\Db\Sqlinterface, methodcreateSqlQuery()is removed, and you passForrest79\PhPgsql\Fluent\Querydirectly as a parameter without converting withcreateSqlQuery()- to convert
Forrest79\PhPgsql\Fluent\QuerytoForrest79\PhPgSql\Db\QueryusetoDbQuery()method (instead of old->createSqlQuery()->createQuery())
- to convert
Forrest79\PhPgsql\Fluent\Complexis nowForrest79\PhPgsql\Fluent\Conditionand methodsaddComplexAnd()/addComplexOr()are nowaddAndBranch()/addOrBranch()Forrest79\PhPgsql\Fluent\Connectionhas no longer shortcuts to theForrest79\PhPgsql\Fluent\Querymethods, usecreateQuery()method to create aForrest79\PhPgsql\Fluent\QueryExecutefrom aForrest79\PhPgsql\Fluent\Connection- iterating query
Db\Result(returned withfetchYxz()/execute()) methods orFluent\Queryis removed, always usefetchIterator()method