Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.5 #125

Merged
merged 20 commits into from
Dec 14, 2016
Merged

Release 1.5.5 #125

merged 20 commits into from
Dec 14, 2016

Conversation

treffynnon
Copy link
Collaborator

  • Fix join table name not generated correclty [Ralphunter] - issue #109
  • Add phpunit as dev dependency and composer script (composer test) to easily run tests [Treffynnon]
  • Global setting to allow static requests to avoid being forced in to using the namespace + class as the auto table name [michaelward82] - issue #100
  • Document conflict between static Model calling and auto_prefix_models [michaelward82] - issue #102
  • Added @method tags for magic methods [stellis] - issue #104
  • Add missing __unset() magic method [qyanu] - issue #106
  • Remove PHP 5.2 from travis-ci containers to test against (note Idiorm still supports PHP 5.2 despite this) [Treffynnon]

michaelw and others added 20 commits August 4, 2014 13:58
… factory method) and Model::$auto_prefix_models property
passed it a model to associate with that had a namespace.
e.g. $post->has_many_through('\\Blog\\Models\\Tag');

The error was that it wasn't correctly creating the table
name for the join.
e.g. post_tag was instead post_blog_models_tag
Thus results weren't being fetched.
This is because the test is meant to test features of PHP 5.3+ so
obviously the cases will fail.
…amespace information to be disregarded when generating table names
@treffynnon treffynnon merged commit 2b085d9 into master Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants