v2.2.0 Release
Bug Fixes
- When automatic SQL type conversion is turned off,
null
values will no longer be removed from the parameter list. - Fixed potential memory reference error
Query::debug
now defaults tofalse
to avoid accidental implicit "truthy" values
Code Improvements
- Performance in several loops should be improved during query and parameter building phases
- Added method parameter type hints where possible
Miscellaneous
- Updated read me