Skip to content

Commit

Permalink
set emulate_dates_by_column_name to false for timestamp?
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Feb 6, 2018
1 parent ab76894 commit afbfb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/oracle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
self.emulate_integers_by_column_name = true

# DATE columns which include "date" in name will be converted to Date, otherwise to Time
self.emulate_dates_by_column_name = true
self.emulate_dates_by_column_name = false

# true and false will be stored as 'Y' and 'N'
# self.emulate_booleans_from_strings = true
Expand Down

0 comments on commit afbfb4b

Please sign in to comment.