Skip to content

Releases: catfan/Medoo

Medoo 0.9.7

04 Dec 09:00
Compare
Choose a tag to compare

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.

Medoo 0.9.6.2

15 Aug 12:32
Compare
Choose a tag to compare
  • Fix bug for has API
  • Fix Allow using SQL functions bug #112, reported by @Heirir
  • Optimize code

Medoo v0.9.6

08 Jun 16:47
Compare
Choose a tag to compare
  • Add support for multi-order
  • Add support for advanced LIKE matching
  • Add support for negative LIKE
  • Add support for using SQL functions
  • Bugs fix and some improvement

Medoo v0.9.5.3

07 May 04:20
Compare
Choose a tag to compare
  • Add support for complex relativity condition
  • Add support for comment relativity condition
  • Add support for ORDER by field
  • Add support for JSON encode for insert() and update()
  • Add support for table joining for Select based APIs
  • Add support for NOT Between
  • Add support for Oracle and Sybase
  • Add support datetime for max() and min()
  • New initialization
  • Code optimization and bug fixes