forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc58071a
committed
Change ANSI to ISO standard:
< * Add ANSI INTERVAL handling> * Add ISo INTERVAL handling< o Interpret syntax that isn't uniquely ANSI or PG, like '1:30' or< '1' as ANSI syntax, e.g. interpret '1:30' MINUTE TO SECOND as> o Interpret syntax that isn't uniquely ISO or PG, like '1:30' or> '1' as ISO syntax, e.g. interpret '1:30' MINUTE TO SECOND as649c649< * Add pre-parsing phase that converts non-ANSI syntax to supported> * Add pre-parsing phase that converts non-ISO syntax to supported1 parent50ce8ab commitc58071a
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
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 |
| - | |
| 184 | + | |
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
189 |
| - | |
| 188 | + | |
| 189 | + | |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
| |||
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
649 |
| - | |
| 649 | + | |
650 | 650 |
| |
651 | 651 |
| |
652 | 652 |
| |
|
0 commit comments
Comments
(0)