Milan Jaric
Milan Jaric
> @mjaric did you find a way around this? I created my persistence plugin. But I can create PR. Tho in such case I have to update all plugins in...
One more thing. Since, comparing to akka.net, proto.actor actually do not require from you to create system actor that extends this framework in order to add eventsourcing. I think you...
I will later today
@markquezada I'm a bit rusty, haven't work on driver for some time. But you can try to work with binary (varbinary(max) to be precise). What do you think your system...
The simplest way is to cast(columName as varbinary) in select. Then it will be picked up as binary in elixir. You can create ecto custom type using above to pack...
@markquezada, What if field in your model is :binary instead of :string? I'm referring to original issue at top. Somehow I didn't notice it earlier. For geometry, I'll see if...
@fnicastri, I created issue #147 for geometry support, it is not that simple and I don't want to block image support
@markquezada or @rschenk could you please create simple repo that can I check? Thing is that ecto is layer above tds, and there are a lot of points where this...
Tnx. I will check it
Any attempt to make `nil` be something else by default will end up with some other failed conversion. I strongly suggest that anyone who experience this issue, instead use [type...