v0.1.4.5
Changed:
- the generateInsertArray function now uses array_key_exists instead of "isset" to avoid removing null values which are supposed to be set in the database - the new logic should not block any value type (empty string, null, falsy, ...) as the AbstractRequestHandler should not decide any of that.