Version 1.3.9 Stable
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
toMySQLColumn
. - Made the class
MySQLQuery
non-abstract.