[Maria-discuss] Disable validation for `DATETIME` columns

2023-03-30 Thread William Edwards
Hi, Is it possible to disable validation for `DATETIME` columns? Context: A customer uses the Europe/Amsterdam session time zone. Therefore, they cannot insert dates during the hour in which DST starts and ends. Using the UTC session time zone would solve the issue. However, they also use

Re: [Maria-discuss] Disable validation for `DATETIME` columns

2023-03-30 Thread Sergei Golubchik
Hi, William, Could you provide a sequence of SQL commands demonstrating what exactly is not working? I've just tried and I was able to insert '2023-03-26 02:30:00' into a DATETIME column just fine. Regards, Sergei VP of MariaDB Server Engineering and secur...@mariadb.org On Mar 30, William