mirror of
https://github.com/github/rails.git
synced 2026-01-26 06:48:59 -05:00
Remove reference to fformat to restore support for postgres gem.
This commit is contained in:
@@ -469,7 +469,7 @@ module ActiveRecord
|
||||
unescape_col = []
|
||||
for j in 0...res.nfields do
|
||||
# unescape string passed BYTEA field (OID == 17)
|
||||
unescape_col << ( res.fformat(j)==0 and res.ftype(j)==17 )
|
||||
unescape_col << ( res.ftype(j)==17 )
|
||||
end
|
||||
|
||||
ary = []
|
||||
|
||||
Reference in New Issue
Block a user