- Notifications
You must be signed in to change notification settings - Fork5
Commit3113d38
committed
Add INTERVAL items:
> * Add support for ANSI time INTERVAL syntax, INTERVAL '1 2:03:04' DAY TO SECOND> * Add support for ANSI date INTERVAL syntax, INTERVAL '1-2' YEAR TO MONTH> * Process mixed ANSI/PG INTERVAL syntax, and round value to requested precision184a188,189> Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL> MONTH), and this should return '12 months'1 parente96ab26 commit3113d38
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 |
| |
| 188 | + | |
| 189 | + | |
185 | 190 |
| |
186 | 191 |
| |
187 | 192 |
| |
|
0 commit comments
Comments
(0)