| Path: | vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb |
| Last Update: | Mon Jul 25 13:23:36 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.