Skip to content

v0.4.1

Compare
Choose a tag to compare
@n0nag0n n0nag0n released this 12 Mar 16:02
· 16 commits to master since this release
4ef962a

What's Changed

  • There was an issue if you named a relation something like 'group' it would throw a weird non-helpful error that would make you triage the bug for a while.
  • You can now set the database connection (for instance in a long running cron and you need to refresh the connection)
  • You can now evaluate the the SQL that was compiled with $Record->getBuiltSql() after your method has run.
  • There was a bug introduced with __isset() being created where the $this->join property was being dynamically set.

Full Changelog: v0.4.0...v0.4.1