87828 threads
579 threads
1 email from 1 person
HI, I''m working with postgresql. When an invalid date is entered, the query sent to the database replaces the invalid date by NULL. Is there a way to prevent this? I''d much prefer to have an exception raised than the data silently changed.... Raph