Remove reference to fformat to restore support for postgres gem.

This commit is contained in:
Michael Koziarski
2008-10-26 20:04:09 +01:00
parent ef9b6b5cba
commit 9e2bb2caff

View File

@@ -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 = []