Solomon Rutzky
Solomon Rutzky
Little known fact, but at least some SQL dialects, such as T-SQL, don't require whitespace before or after certain characters in the `SELECT` list: * `*` * `[` * `]`...
I was editing the following page: [String.fromCodePoint()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCodePoint) and was attempting to add the actual character(s) returned by each statement in the existing inline comment to the right of each statement....
## Problem While it less likely for me to forget which "game" I'm playing, I do create quite a few "worlds" to test out different combinations of mods, mapgen settings,...
This fixes #515 . Add "N" prefix to quoted string substitution when preparing SQL for execution. This will change string literals to be interpreted as NVARCHAR (i.e. Unicode / UTF-16)...