Re: [PATCH] mysql_real_escape_string() usage in gw/dlr_mysql.c

2005-09-27 Thread Stipe Tolj
Peter Christensen wrote: Under all circumstances, the patch is better than the one I was forced to make myself in a hurry when I encountered the problem. I ended up not using the real_escape version because I didn't have time to dig into how the DB pool was working, and I didn't use the

RE: [PATCH] mysql_real_escape_string() usage in gw/dlr_mysql.c

2005-09-26 Thread Rene Kluwen
2005 19:10 To: Kannel Development list Subject: [PATCH] mysql_real_escape_string() usage in gw/dlr_mysql.c Hi list, according to bug #258 we don't use the string character escaping functions from mysql client library to ensure the safety of the SQL statements. Attached is a patch for gw