whossname
whossname
It's been a while so I will give another progress report. I've been solving a bunch of smaller bugs over the last two weeks and I am happy that the...
You are right, [pre-releases are supported](https://hexdocs.pm/elixir/Version.html). I was planning on keeping `mssql_ecto_3` as a separate package, but your argument for keeping the existing name makes sense. My main concern with...
Ok, cool. I'll do this on the weekend.
this pull request https://github.com/findmypast-oss/mssql_ecto/pull/44
I'm going to take a break from this. Just for a week or two. This is a summary of the main problems that I am aware of at the moment:...
It's ready for a beta release with a bunch of known problems and I expect there to be more problems I don't know about yet. I haven't worked on it...
I have a strategy for fixing the type issues. Handled using an Agent that stores the table column types. The types are fetched using `:odbc.describe/2`. Using this strategy bigints are...
For the beta release I'm happy with the code as it is at the moment. I'm struggling to fix the TravisCI build. The main thing that still needs to be...
@jbachhardie I think this is ready for the beta. I will continue finding and fixing bugs. This isn't as high priority for me anymore, so hopefully if I can fix...
Also I couldn't get the Travis stuff working. That might be the next big thing I work on.