Skip to content

Medoo 0.9.7

Compare
Choose a tag to compare
@catfan catfan released this 04 Dec 09:00
· 482 commits to master since this release

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 using LIKE condition in your project, please read more about the new LIKE 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.