Bad unescaping of SQL symbols
Brought to you by:
choucrouteman
While using '"' char in Description of story:
Error with executing the following SQL query:
INSERT INTO tasks (responsible_team_member_id, name,
description, start_date, end_date, auto, story_id,
iteration_id, project_id, done, todo,
working_days_name) VALUES ("2", "Новая задача в
итерации Bug explore", "\\"", "2004-05-20",
"2004-05-20", "1", "0", "13", "5", "0", "0", "ite_13")
NOTE: "\\""
Logged In: YES
user_id=633898
I'm not sure I get you...
Please:
- which version of XPWeb are you using (that reminds me of a FIXED
bug)?
- what database are you using?
- could you give the expected name and description you are trying to
insert? (I don't want to translate all the html codes ;-)
Thanks!
Logged In: YES
user_id=410460
In latest version:
Create new story/task.
Put symbol '"' in description.
Press OK.