Commit 3c37734f authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Don't quote numbers in a query, as it doesn't parse correctly.

parent bd6f176d
...@@ -633,7 +633,7 @@ static UINT HANDLE_CustomType19(MSIPACKAGE *package, LPCWSTR source, ...@@ -633,7 +633,7 @@ static UINT HANDLE_CustomType19(MSIPACKAGE *package, LPCWSTR source,
'S','E','L','E','C','T',' ','`','M','e','s','s','a','g','e','`',' ', 'S','E','L','E','C','T',' ','`','M','e','s','s','a','g','e','`',' ',
'F','R','O','M',' ','`','E','r','r','o','r','`',' ', 'F','R','O','M',' ','`','E','r','r','o','r','`',' ',
'W','H','E','R','E',' ','`','E','r','r','o','r','`',' ','=',' ', 'W','H','E','R','E',' ','`','E','r','r','o','r','`',' ','=',' ',
'\'','%','s','\'',0 '%','s',0
}; };
MSIRECORD *row = 0; MSIRECORD *row = 0;
LPWSTR deformated = NULL; LPWSTR deformated = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment