Releases: mindplay-dk/sql
Major release
Major release with some breaking changes - mainly the upgrade to mindplay/unbox^2
.
Minor Update
Minor BC break
The Connection::fetch()
method no longer includes the $mappers
argument, as this feature overlapped with the Mappers
trait and MapperProvider
interface.
Mappers are highly query-specific and completely dependent on the returned data, the order in which mappers are being applied, and so on.
To upgrade, apply your mappers to your query object (map()
method) rather than in your call to Connection::fetch()
.
minor update
Minor BC breaks in PDOProvider.
Another Postgres bugfix release
Merge pull request #19 from PhlegmaticGuy/master Bugfix for PostgresDeleteQuery
Bugfix for Postgres UPDATE query-builder
Merge pull request #18 from PhlegmaticGuy/master Small bug preventing Update queries for PostgresSQL
Feature update
Adds optional PRO providers.
No BC breaks since 0.3
.
Unstable
Another round of architectural improvements.
Still unstable, still needs test-coverage.
Unstable
Surface API shoud be relatively stable now - internal API still subject to changes.
This is an unstable release - many tests are still missing.