From: Brad H. <bh...@vp...> - 2002-08-09 22:39:49
|
Hi, Using ruby-dbi 0.0.16, ruby-postgres 0.6.5, and postgres 7.2.1, quoting of '\' characters seems broken. The mysql driver quotes \ as: '\\' The pg driver quotes it as: '\' which causes an sql syntax error because the closing quote is eaten up. I've been double checking my results because I'm surprised nobody else has seen this problem. Can anyone duplicate this? Thanks, -Brad |