Commit 98aea27
Make timestampdiff return int. (#915)
So the mysql timestampdiff documentation does not explicitly declare the
return type, but the documentation heavily implies int.
On the other hand, the MariaDB documentation explicitly specifies it as
int, so we're going to run with int.
Co-authored-by: Zephaniah E. Loss-Cutler-Hull <warp@aehallh.com>
Co-authored-by: Kyle Conroy <kyle@conroy.org>1 parent c1db3bb commit 98aea27
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5282 | 5282 | | |
5283 | 5283 | | |
5284 | 5284 | | |
5285 | | - | |
| 5285 | + | |
5286 | 5286 | | |
5287 | 5287 | | |
5288 | 5288 | | |
| |||
0 commit comments