Skip to content

Releases: dealnews/db

Add script for creating value objects and mappers

21 Oct 14:01
6ad1317
Compare
Choose a tag to compare
Merge pull request #4 from dealnews/next

Add basic bin script for generating value objects and mappers from tables

3.2.0

16 May 18:26
1e6c520
Compare
Choose a tag to compare
  • 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

16 May 16:17
c45ee2e
Compare
Choose a tag to compare

Bug fixes with PDOException and relational mappings

3.1.0

27 Feb 21:04
e549043
Compare
Choose a tag to compare
  • 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

27 Feb 17:41
Compare
Choose a tag to compare
  • Updated dealnews/data-mapper lib

3.0.0

20 Nov 21:30
Compare
Choose a tag to compare
  • Implemented wrapper for PDO and PDOStatement to allow for retrying connections and queries.
  • Added phan, php-cs-fixer

2.0.1 Release

23 Apr 05:42
Compare
Choose a tag to compare

Fix issue with prefix

2.0.0 Release

23 Apr 05:16
Compare
Choose a tag to compare

Updated with new DealNews coding standards
Add error handling

v1.2.0

08 Jul 16:31
Compare
Choose a tag to compare

Don't rely on autocommit being true for transactions.

v1.1.0

05 Jul 06:45
Compare
Choose a tag to compare
  • Adds an abstract data mapper