1 message in com.mysql.lists.perlmysql_real_escape_string
FromSent OnAttachments
well...@aevum.de27 Dec 2001 06:22 
Subject:mysql_real_escape_string
From:well...@aevum.de (well@aevum.de)
Date:12/27/2001 06:22:45 AM
List:com.mysql.lists.perl

The DBD::mysql ChangeLog says:

2001-11-05 Jochen Wiedmann <jo@ispsoft.de> (2.1003)

* bind_param now using mysql_real_escape_string as well. Dave Rolsky <auta@urth.org>

2001-11-04 Jochen Wiedmann <jo@ispsoft.de> (2.1001)

* Quoting now based on mysql_real_escape_string. Thanks to Dave Rolsky <auta@urth.org> for suggesting this.

Unfortunately my older MySQL installation (3.22.32) doesn't support mysql_real_escape_string. The old mysql_escape_string works fine.

Nick