Skip to content

Commit 35158a9

Browse files
committed
timestamp test
1 parent 873713a commit 35158a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/TeradataDatatypeTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ public function testBasetypes($type)
4545
break;
4646
case 'TIME':
4747
case 'TIME_WITH_ZONE':
48+
case 'TIMESTAMP':
49+
case 'TIMESTAMP_WITH_ZONE':
4850
self::assertSame(BaseType::TIMESTAMP, $basetype);
4951
break;
5052
default:

0 commit comments

Comments
 (0)