From: MoonWolf <moo...@mo...> - 2002-09-18 21:14:50
|
I wrote a patch to ruby-postgres-0.7.0-pre and sent it to Noboru Saitou. He said that he will work at a weekend. It adds 'escape' and 'quote' methods to PGconn class. PGconn.escape "foo='bar'" # => "foo=''bar''" PGconn.quote "foo='bar'" # => "'foo=''bar'''" -- MoonWolf <moo...@mo...> |