Skip to content

Commit efcecf5

Browse files
committed
[postgres] remove _bc_time_cast_patch.rb, no longer required
It's the same as in Rails 5.1/5.2...and the patch is already gone in 51+. Plus it redefines apply_seconds_precision() which breaks precision...
1 parent 5f55989 commit efcecf5

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

lib/arjdbc/postgresql/_bc_time_cast_patch.rb

Lines changed: 0 additions & 24 deletions
This file was deleted.

lib/arjdbc/postgresql/adapter.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,6 @@ class PostgreSQLAdapter < AbstractAdapter
682682
require 'arjdbc/postgresql/oid_types'
683683
include ::ArJdbc::PostgreSQL::OIDTypes
684684

685-
load 'arjdbc/postgresql/_bc_time_cast_patch.rb'
686-
687685
include ::ArJdbc::PostgreSQL::ColumnHelpers
688686

689687
include ::ArJdbc::Util::QuotedCache

0 commit comments

Comments
 (0)