4.2.3
- update Issue template
- fix pom file generation on jitpack #1487
- fix issue where
save(DatabaseWrapper)
would leave open insert or update statment. #1496 - Allow (but still warn) about autoincrementing ids being null. if null, they are treated as if they are 0 meaning that they will get inserted rather than updated in the DB during a save operation. #1490
- Update warning on wrong type passed in operator class for value #1488