Skip to content

Commit 1adcc20

Browse files
committed
ISupplementalDriver: uncommented formatDateInterval() & getPrimaryAutoincrementKey()
1 parent 43f340b commit 1adcc20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Database/IStructure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function getPrimaryKey($table);
5252
* @param string
5353
* @return string|NULL
5454
*/
55-
//function getPrimaryAutoincrementKey($table);
55+
function getPrimaryAutoincrementKey($table);
5656

5757
/**
5858
* Returns table primary key sequence.

src/Database/ISupplementalDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function formatDateTime(/*\DateTimeInterface*/ $value);
5757
* Formats date-time interval for use in a SQL statement.
5858
* @return string
5959
*/
60-
//function formatDateInterval(\DateInterval $value);
60+
function formatDateInterval(\DateInterval $value);
6161

6262
/**
6363
* Encodes string for use in a LIKE statement.

0 commit comments

Comments
 (0)