Releases: dealnews/db
Releases · dealnews/db
Add script for creating value objects and mappers
Merge pull request #4 from dealnews/next Add basic bin script for generating value objects and mappers from tables
3.2.0
- Add an option to close a PDO connection. This is useful in long running scripts where the connection is not always needed and the server has connection limits that may be hit if a connection is left open and unused.
3.1.1
Bug fixes with PDOException and relational mappings
3.1.0
- Adds support for loading and saving a single column from a relational table. This is handy for things like aliases, related keywords, or a list of ids that don't need a full object loaded.
3.0.1
- Updated dealnews/data-mapper lib
3.0.0
- Implemented wrapper for PDO and PDOStatement to allow for retrying connections and queries.
- Added phan, php-cs-fixer
2.0.1 Release
Fix issue with prefix
2.0.0 Release
Updated with new DealNews coding standards
Add error handling
v1.2.0
Don't rely on autocommit being true for transactions.
v1.1.0
- Adds an abstract data mapper