Milan Jaric

Results 7 issues of Milan Jaric

Hi Guys, Would be possible to add a layer where we could swap store providers? So instead of Postgrex, one could configure Tds or Mariaex.... I'm willing to contribute but...

enhancement

As described in issue here https://github.com/JakeBecker/vscode-elixir-ls/issues/97 one would like to debug erlang/elixir node that is part of some cluster. I suggested to respect ERL OPTIONS env variable so it can...

Currently `Proto.Persistenece.IEventStore` only supports persisting single event at the tame. ```c# Task PersistEventAsync(string actorId, long index, object @event); ``` This may not be good option for some cases. For instance,...

As discussed in [elixir-ecto/ecto_sql](https://github.com/elixir-ecto/ecto_sql/issues/205)

enhancement
feature

With the addition of [`Tds.Encoding`](https://github.com/livehelpnow/tds/blob/support-1.1/lib/tds/encoding.ex#L5) , which supports other codepages, parameters of type char, varchar, and text should be encoded into the codepage set to the database by default. The...

enhancement

Spatial data represents information about the physical location and shape of geometric objects. These objects can be point locations or more complex objects such as countries/regions, roads, or lakes. SQL...