Skip to content

v0.1.4.5

Choose a tag to compare

@marcel-maqsood marcel-maqsood released this 26 Aug 09:02
· 5 commits to main since this release

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.