Skip to content

Major Minor Release

Compare
Choose a tag to compare
@rotexdegba rotexdegba released this 06 Jun 02:51
· 26 commits to master since this release
  • Documentation updates
  • All queries generated by LeanOrm now strictly use named parameters / place-holders, which means all users of this library must use named parameters / place-holders in all their queries as PDO does not allow mixing and matching named parameters / place-holders & question-mark place-holders
  • The Model, Collection & Record classes now explicitly implement \Stringable

Full Changelog: 4.0.1...4.1.0