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
finagle-mysql: Make it easier to use a ctu.Time with PreparedStatements
Problem
To use a ctu.Time with a PreparedStatement, the Time must be converted to a
java.sql.Timestamp.
Solution
Add an implicit so one does not need to explicitly do the conversion.
JIRA Issues: CSL-6011
Differential Revision: https://phabricator.twitter.biz/D182973
0 commit comments