1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Ryuta Kamizono 1b21d951a9 Prevent extra SET time zone in configure_connection (#28413)
`SET time zone 'value'` is an alias for `SET timezone TO 'value'`.

https://www.postgresql.org/docs/current/static/sql-set.html

So if `variables["timezone"]` is specified, it is enough to
`SET timezone` once.
2017-08-21 18:32:29 +09:00
..
active_record Prevent extra SET time zone in configure_connection (#28413) 2017-08-21 18:32:29 +09:00
rails/generators Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
active_record.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00