v1.1.2 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
FluentLiteralinwhere()statements are now taken literally (#213)
Code Improvements
- A fatal
E_USER_ERRORis now thrown when__call()does not recognize the method name (to prevent typos from going unnoticed) (#214) SET,OUTERandFULLare now classified as keywords
Miscellaneous
- Updated composer.json to match the current state of the repository
- Updated and improved docs