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
The :time type doesn't exists in elixir. In this case i would use Ecto.Time, but the adapter crashes without any kind of useful error. I tried to use a string as datatype of my schema, but implicit conversion from varbinary to time is not allowed in sql server.
How can I use time type of sql server in elixir with ecto?
The text was updated successfully, but these errors were encountered:
I am using ecto 1.1.8 and elixir 1.3
The :time type doesn't exists in elixir. In this case i would use Ecto.Time, but the adapter crashes without any kind of useful error. I tried to use a string as datatype of my schema, but implicit conversion from varbinary to time is not allowed in sql server.
How can I use time type of sql server in elixir with ecto?
The text was updated successfully, but these errors were encountered: