Medoo 0.9.7
We are happy to release the newest version of Medoo 0.9.7. This version have a lot of improvement, bug fixes and some usage change will be affected for the next version.
- New LIKE condition usage with advanced syntax supported
- New log() API
- Add alias support for table joining
- Table joining support get()
- Improve and optimize database connection
- Fix and improve Oracle support
- Support MySQL socket connection
- Fix and improve HAVING clause
- Code optimization
[Notice]
- The previous
LIKE
condition usage will be deprecated on next version. If you are usingLIKE
condition in your project, please read more about the newLIKE
condition API http://medoo.in/api/where. - The default charset value
utf8
is removed. If you have charset issue while using this version, just add charset value for initialization.