If the data made it into the database and is the same coming out as you put it in then I don't think you have a problem :-)
You may be running into how the mysql client represents textual data (itself escaping quotes but not backslashes) or something similar. All the quote() method does is ensure that the data can be put into the database (or passed to a stored procedure, or whatever) -- what the database does with the data after that is its own business.
Chris
M-x auto-bs-mode
In reply to Re: Backslashes with DBI quote( ) and MySQL
by lachoy
in thread Backslashes with DBI quote( ) and MySQL
by doran
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |