mirror of
https://github.com/github/rails.git
synced 2026-01-26 06:48:59 -05:00
932dffc559ef188eb31d0223116e9da361833488
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]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%