atom / language-sql

SQL package for Atom
Other
38 stars 50 forks source link

Add highlight of a few conditional expressions (COALESCE, NVL, and NULLIF) #67

Closed inohiro closed 7 years ago

inohiro commented 7 years ago

Description of the Change

I hope specs which I added work well 🙏

Benefits

Improve visibility of these keywords in SQL queries

Before

screen shot 2017-07-10 at 14 54 44

After

screen shot 2017-07-10 at 14 51 52
Cxarli commented 7 years ago

Sidenote I have never heard of COALESCE or NVL before, (which dialect is that and) what do they do?

inohiro commented 7 years ago

could anyone review this?

I usually using COALESCE or NVL in analytical query (not in Web development) when sometimes columns have null values :)

50Wliu commented 7 years ago

:+1: