Changeset 2712
- Timestamp:
- 10/23/05 16:54:38 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r2705 r2712 1 1 *1.12.1* (October 19th, 2005) 2 3 * Map Active Record time to PostgreSQL time. #2575 [Robby Russell <robby@planetargon.com>] 2 4 3 5 * Clarify semantics of ActiveRecord::Base#respond_to? #2560 [skaes@web.de] trunk/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
r2680 r2712 62 62 :datetime => { :name => "timestamp" }, 63 63 :timestamp => { :name => "timestamp" }, 64 :time => { :name => "time stamp" },64 :time => { :name => "time" }, 65 65 :date => { :name => "date" }, 66 66 :binary => { :name => "bytea" },