Path: | lib/active_record/connection_adapters/postgresql_adapter.rb |
Last Update: | Tue Jul 05 11:16:23 CEST 2005 |
postgresql_adaptor.rb author: Luke Holden <lholden@cablelan.net> notes: Currently this adaptor does not pass the test_zero_date_fields
and test_zero_datetime_fields unit tests in the BasicsTest test group. This is due to the fact that, in postgresql you can not have a totally zero timestamp. Instead null/nil should be used to represent no value.