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
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
The transaction_time is a column in PostgreSQL. In that example, I get back the value casted by do_postgres as a DateTime, and missing milliseconds. If I cast in PostgreSQL as a text value, and then simply call to_datetime in Ruby, the milliseconds are still present.
Any idea why this is happening and how to fix it? Thanks!
The text was updated successfully, but these errors were encountered:
https://gist.github.com/tpitale/39e97ef1ca24e968dd35
The
transaction_time
is a column in PostgreSQL. In that example, I get back the value casted by do_postgres as aDateTime
, and missing milliseconds. If I cast in PostgreSQL as a text value, and then simply call to_datetime in Ruby, the milliseconds are still present.Any idea why this is happening and how to fix it? Thanks!
The text was updated successfully, but these errors were encountered: