Closed GoogleCodeExporter closed 9 years ago
The problem also occurs with strings that contain accents.
Example:
Before:
set @a = 'Café'
select name
from sysobjects
After:
SET @a = 'Café'
sELECT name
fROM sysobjects
Original comment by zluis0@gmail.com
on 22 Oct 2009 at 10:09
Original comment by daggett....@gmail.com
on 2 Nov 2009 at 6:11
fixed in revision #187
Original comment by daggett....@gmail.com
on 2 Nov 2009 at 10:14
Original issue reported on code.google.com by
zluis0@gmail.com
on 22 Oct 2009 at 4:38Attachments: