forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8507ddb

Thomas G. Lockhart
Use common parser and encoder for timestamp data type.
Remove older date and time code (retain NEW_DATE_CODE and NEW_TIME_CODE).Use common encoder for date and time.Fix datetime +/- timespan math bug.1 parent43deb7a commit8507ddb
3 files changed
+625
-33
lines changedLines changed: 22 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| 117 | + | |
117 | 118 |
| |
| 119 | + | |
| 120 | + | |
118 | 121 |
| |
| 122 | + | |
119 | 123 |
| |
120 |
| - | |
| 124 | + | |
| 125 | + | |
121 | 126 |
| |
| 127 | + | |
| 128 | + | |
| 129 | + | |
122 | 130 |
| |
123 | 131 |
| |
124 | 132 |
| |
125 | 133 |
| |
| 134 | + | |
126 | 135 |
| |
127 | 136 |
| |
128 | 137 |
| |
| |||
445 | 454 |
| |
446 | 455 |
| |
447 | 456 |
| |
| 457 | + | |
| 458 | + | |
448 | 459 |
| |
| 460 | + | |
449 | 461 |
| |
450 |
| - | |
| 462 | + | |
451 | 463 |
| |
452 | 464 |
| |
453 | 465 |
| |
454 | 466 |
| |
455 |
| - | |
456 |
| - | |
457 |
| - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
458 | 470 |
| |
459 | 471 |
| |
460 | 472 |
| |
| 473 | + | |
| 474 | + | |
| 475 | + | |
461 | 476 |
| |
462 | 477 |
| |
463 | 478 |
| |
| |||
468 | 483 |
| |
469 | 484 |
| |
470 | 485 |
| |
| 486 | + | |
471 | 487 |
| |
472 | 488 |
| |
473 | 489 |
| |
|
0 commit comments
Comments
(0)