Microsoft SQL Unicode String Handling
With this Pull Request I have fixed the unicode string handling. All unicode strings are prefixed with a "N" so they are treated correct.
@HyP3r- What about to quote everything with N notation without the condition? I don't use MS SQL but I would like to merge this patch into my fork.
@peterpp In principle, I don't think there's anything wrong with that. But I really can't say what side effects it might have. And since I didn't know whether it would have any side effects, I programmed/built it that way.
@HyP3r- Let's keep it as you proposed. Merged to https://github.com/pematon/adminer if you are interested.
Merged, thanks.