From: Gabriel E. <gem...@au...> - 2002-08-11 02:50:19
|
I emailed Noboru Saitou earlier about quoting; PostgreSQL does in fact ha= ve a=20 quoting mechanism via PQescapeString(). He says he will add it to the=20 ruby-postgres wrapper, after which time perhaps the PostgreSQL dbd can be= =20 adapted to take advantage of it. --Gabriel Emerson > > Because, dbd_mysql define an own quote method (MySQL's API is used), > but dbd_postgres does not (Postgres's API dosen't have 'quote'). > > Try this patch.(untested) > |