Path: | vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb |
Last Update: | Thu Aug 04 22:20:26 UTC 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.