lookog
lookog
It looks like the library is taking text and adding \n newline characters at certain places and then later doing a string join on newline while eliminating the spaces in...
On copying text from a MS Word document to an emoji-picker field, some spaces get removed leading to concatenated words. This happens on the [demo page](http://onesignal.github.io/emoji-picker/) as well. For example:...
While DML statements are correctly flagged, DDL statements are skipped for this rule. Is that intentional? ``` SELECT * FROM tablename; -- error schema-qualify : Object name not schema qualified....