You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the situation is actually messier than that; PostgreSQL reports the seconds together with millis/micros, but MySQL reports only the fractional part. Humpf. Will look at a middle road.
knz
changed the title
sql: EXTRACT should return seconds with milliseconds, microseconds and nanoseconds
sql: EXTRACT has a behavior inconsistent with pg
Feb 10, 2016
knz
changed the title
sql: EXTRACT has a behavior inconsistent with pg
sql: EXTRACT has a behavior inconsistent with pg and mysql
Feb 10, 2016
knz
added
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
and removed
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
labels
Feb 10, 2016
See: http://www.postgresql.org/docs/8.2/static/functions-datetime.html#FUNCTIONS-DATETIME-EXTRACT
Our code only returns the fractional part.
Found while working on #4036.
The text was updated successfully, but these errors were encountered: