Any thoughts on supporting milliseconds in DATETIME fields? In my professional line of work, I've run across several situations in the analysis of aircraft flight tracks where radar systems have a millisecond resolution. On MySQL I've always had to break the datetime provided by the radar systems into two fields, one datetime, and one integer in order to hold on to the millisecond data. My preferred solution would be to have the data stored in the DATETIME field itself. I haven't dug into the DATETIME data type code yet, but it shouldn't be too incredibly difficult to implement. Does anyone else see this as a useful feature?

Regards,

Grant Limberg
[EMAIL PROTECTED]
LinkedIn: http://www.linkedin.com/in/grantlimberg
http://www.glsoftware.net

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to