demetrixbio / FSharp.Data.Npgsql

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.
Apache License 2.0
128 stars 15 forks source link

Error reading Postgis - Geometry column #93 #94

Closed sandeepc24 closed 4 years ago

sandeepc24 commented 4 years ago

Could someone see why the tests are failing?

daz10000 commented 4 years ago

Ugg sorry I looked into this a while back and made a little progress but couldn’t ultimately understand why it is failing in CI environment but was working locally. Then I got sucked into a bunch of local fires here. I tried a few different docker configurations and could t work out what had changed to cause them to fail after working for a while. Might be worth starting a new ticket on this and I can try to recall what I tried before getting distracted

Von meinem iPhone gesendet

Am 24.06.2020 um 3:34 AM schrieb Sandeep Chandra notifications@github.com:

 Could someone see why the tests are failing?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sandeepc24 commented 4 years ago

@daz10000 would it be possible for you to test my changes locally on your computer? If they pass could you please publish new nuget as I am blocked because of this issue.

sandeepc24 commented 4 years ago

@daz10000 I think it might be something to do with global.json, I 'll create a PR for it to see how it goes.

daz10000 commented 4 years ago

On Thu, Jun 25, 2020 at 02:14:49AM -0700, Sandeep Chandra wrote:

@daz10000 would it be possible for you to test my changes locally on your computer? If they pass could you please publish new nuget as I am blocked because of this issue.

Sorry to hear that - can take a look next hour or so.

daz10000 commented 4 years ago

Should be merged in 0.2.10-beta. I haven't done a release on this project for a little while so let me know ASAP if I f&*ek anything up but should be good.

sandeepc24 commented 4 years ago

Thanks @daz10000 , it is working fine.