uwrit / leaf

Leaf Clinical Data Explorer
https://www.youtube.com/watch?v=ZuKKC7B8mHI
Other
86 stars 47 forks source link

remove U+FEFF unicode char before USE statement #536

Closed nixj14 closed 10 months ago

nixj14 commented 2 years ago

The U+FEFF character was causing the error "Incorrect syntax near ''" when I ran the LeafDB.sql. I couldn't find a good reason why that character was there. I went ahead and did a global search/replace in the project. That search/replace also found and trimmed trailing whitespace as apart of my save operation (VSCode setting). If that's a problem I can create a new PR.