Database manager, view data, Wappler says success even if insert fails

Wappler Version : 4.4.3
Operating System : MacOS Big Sur
Server Model: NodeJS 16
Database Type: MariaDB 10.5
Hosting Type: Docker

Expected behavior

Wappler should warn about SQL insert failures when manually inserting data through Database manager “View/Edit Data” functionality

Actual behavior

Database changes saved!

How to reproduce

  1. Create a non-nullable column with type “TIMESTAMP”
  2. Attempt to create a new row with empty data on it
  3. Because NULL is not allowed, SQL INSERT will fail, but Wappler acts like it’s a success

Confirmed using third-party SQL viewer