Files
rails/activerecord/lib/active_record
Adam Majer 932dffc559 Fix binary data corruption bug in PostgreSQL adaptor
1. Move the binary escape/unescape from column to the driver - we should store binary data AR just like most other adaptors
  2. check to make sure we only unescape bytea data
     PGresult.ftype( column ) == 17
  that is passed to us in escaped format
     PGresult.fformat( column ) == 0

Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1063 state:committed]
2008-10-25 12:54:48 +02:00
..
2008-09-13 20:28:01 +01:00
2008-05-25 12:29:00 +01:00
2008-10-05 22:16:26 +01:00
2008-10-16 22:13:06 +02:00
2008-09-03 17:58:47 +01:00
2008-05-25 12:29:00 +01:00
2008-10-05 22:16:26 +01:00
2008-10-05 22:16:26 +01:00