Environment:
OS: Windows 10 Pro
Java Version 11.0.6 (64 bit)
Apache Tomcat: 9.0.34
Lucee Version 6.1.0.243
PostgreSQL JDBC Driver: 42.7.3
In the past it was possible to erase a TIMESTAMP field in a PostgreSQL-Database by updating the field by writing a empty variable to the DB.
Writting an empty variable is no longer possible with the native driver.
Message: can’t cast to date value;
Is this a bug or a feature?
How can I empty a TIMESTAMP field in the database using the JDBC-Driver?
Best regards
Heinz Baltes