- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitb5c7fe5
committed
The second patch adds aliases for "ISNULL" to "IS NULL" and likewise for
"NOTNULL" to "IS NOT NULL". I have not removed the postgres specificISNULL and NOTNULL. I noticed this on the TODO list, and figured it wouldbe easy to remove.The full semantics are: [ expression IS NULL ] [ expression IS NOT NULL ]Submitted by: Jason Wright <jason@oozoo.vnet.net>1 parent2cc3c09 commitb5c7fe5
2 files changed
+9
-3
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
| 204 | + | |
204 | 205 |
| |
205 | 206 |
| |
206 | 207 |
| |
| |||
1810 | 1811 |
| |
1811 | 1812 |
| |
1812 | 1813 |
| |
| 1814 | + | |
| 1815 | + | |
1813 | 1816 |
| |
1814 | 1817 |
| |
| 1818 | + | |
| 1819 | + | |
1815 | 1820 |
| |
1816 | 1821 |
| |
1817 | 1822 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| 90 | + | |
90 | 91 |
| |
91 | 92 |
| |
92 | 93 |
| |
|
0 commit comments
Comments
(0)