Skip to content

v1.1.2 Release

Choose a tag to compare

@cbornhoft cbornhoft released this 18 Oct 15:47
· 196 commits to master since this release

The following changes have been made to this release:

Bug Fixes

  • FluentUtils::FormatQuery() no longer accidentally splits words that are not keywords (ALEJ AND RO)
  • Databases and tables in queries can now contain nearly every utf8 character allowed within all RDBMS's (#209)
  • STDERR must both be defined and a resource to be used as the error handler
  • Instances of FluentLiteral in where() statements are now taken literally (#213)

Code Improvements

  • A fatal E_USER_ERROR is now thrown when __call() does not recognize the method name (to prevent typos from going unnoticed) (#214)
  • SET, OUTER and FULL are now classified as keywords

Miscellaneous

  • Updated composer.json to match the current state of the repository
  • Updated and improved docs