<div dir="ltr"><div><div><div>Hi all,<br><br>I am interested in the feature request #1397 [1], which requests that phpMyAdmin support fractional seconds in time, datetime and timestamp data types.<br><br>After bit of research I found that these data types support trailing fractional seconds up to microseconds (6 digits). For example, the syntax for datetime including fractional seconds would be '2013-04-23 11:21:07.145236'. This syntax is supported from version 5.0 [2], however the fractional seconds were discarded when storing. From version 5.6.4 onwards these fractional seconds are stored and hence this feature request is important.<br>
<br></div>I have looked into the code to implement this feature request and the major problem faced is the incompatibility of JavaScript timepicker used [4], which only supports up to milliseconds (3 digits). I have been improving this JS file to support microseconds, however it is a somewhat big change.<br>
<br></div>I'd like to know whether I should simply alter the external JS file in phpMyAdmin code or I should send a pull request to the timepicker project, so it will be a part of the timepicker project as well. However, with the second option it might take some time till they (hopefully) accept the patch and do a release containing it.<br>
<br></div>Your thoughts on this would be highly appreciated.<br><div><div><div><br><div><div>[1] <a href="https://sourceforge.net/p/phpmyadmin/feature-requests/1397/">https://sourceforge.net/p/phpmyadmin/feature-requests/1397/</a><br>
[2] <a href="https://dev.mysql.com/doc/refman/5.0/en/datetime.html">https://dev.mysql.com/doc/refman/5.0/en/datetime.html</a><br>[3] <a href="https://dev.mysql.com/doc/refman/5.6/en/datetime.html">https://dev.mysql.com/doc/refman/5.6/en/datetime.html</a><br>
[4] <a href="http://trentrichardson.com/examples/timepicker/">http://trentrichardson.com/examples/timepicker/</a><br><br>-- <br><div dir="ltr"><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
Regards<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)">
Kasun Chathuranga</div></div>
</div></div></div></div></div></div>