Skip to content

Version 1.3.9 Stable

Compare
Choose a tag to compare
@usernane usernane released this 28 Feb 15:10
· 89 commits to master since this release

New features

  • Added the ability to join tables.
  • Added a way to map select result to an entity class.
  • Added a way to create entity class given a table.

Improvements

  • Added more test cases.
  • Increased coverage
  • Fixed detected bugs.

Refactoring

  • Renamed the class Column to MySQLColumn.
  • Made the class MySQLQuery non-abstract.