aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2014-05-17 14:04:23 -0600
committerSean Griffin <sean@thoughtbot.com>2014-05-17 14:04:23 -0600
commitd070a657c006ccbcba1b24111f1c8b21b8b9b1c9 (patch)
treeb8a5fe6ab79b223d2389d445b9dcf074c3b32b43 /activerecord/lib/rails
parent067131524b5b5cb6100aca8bf5b48a3006a93acd (diff)
downloadrails-d070a657c006ccbcba1b24111f1c8b21b8b9b1c9.tar.gz
rails-d070a657c006ccbcba1b24111f1c8b21b8b9b1c9.tar.bz2
rails-d070a657c006ccbcba1b24111f1c8b21b8b9b1c9.zip
PostgreSQL timestamps are always datetimes
The current behavior is that they are treated as `datetime` normally, but if they are part of an array, they are treated as `timestamp`. The only place that seems to be impacted by this is schema dumping, which shouldn't matter since `t.datetime` and `t.timestamp` are equivalent in the `PostgreSQL` adapter, anyway.
Diffstat (limited to 'activerecord/lib/rails')
0 files changed, 0 insertions, 0 deletions