postgresql_adapter.rb

Path: lib/active_record/connection_adapters/postgresql_adapter.rb
Last Update: Wed Oct 12 12:38:04 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.

Required files

active_record/connection_adapters/abstract_adapter   parsedate  

[Validate]