We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f340b commit 1adcc20Copy full SHA for 1adcc20
src/Database/IStructure.php
@@ -52,7 +52,7 @@ function getPrimaryKey($table);
52
* @param string
53
* @return string|NULL
54
*/
55
- //function getPrimaryAutoincrementKey($table);
+ function getPrimaryAutoincrementKey($table);
56
57
/**
58
* Returns table primary key sequence.
src/Database/ISupplementalDriver.php
@@ -57,7 +57,7 @@ function formatDateTime(/*\DateTimeInterface*/ $value);
* Formats date-time interval for use in a SQL statement.
* @return string
59
60
- //function formatDateInterval(\DateInterval $value);
+ function formatDateInterval(\DateInterval $value);
61
62
63
* Encodes string for use in a LIKE statement.
0 commit comments