pheasant
pheasant copied to clipboard
A lightweight data mapper designed to take advantage of PHP 5.3+
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.2 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...
The base branch for #111 was deleted, so I'm opening a new PR with a new base branch. (Fixes #56)
> "As of MySQL 5.7.8, MySQL supports a native JSON data type that enables efficient access to data in JSON (JavaScript Object Notation) documents." > - https://dev.mysql.com/doc/refman/5.7/en/json.html This adds support...
Whats included: https://github.com/lox/pheasant/milestones/2.0.0
The docs right now are scattered all over the place. Some concepts are explained in README.md, others in the docs on pheasant.readthedocs.org . I will use this PR to make...
We have multiple loosely coupled methods that pass around unexecuted `Collection` objects and join/filter as they need. It's possible to get into a situation where multiple methods need to join...
I had `User::all()->first()` in some test code, and I was a bit surprised when it ran out of memory when run against the staging database. Looks like the generated sql...
We've done some work to replace the Mysqli parts of Pheasant with Doctrine's DBAL project. Thoughts on whether this is something we'd want to do for 2.0?