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

Update postgis to use Npgsql.NetTopologySuite and running integration tests #83

Closed Swoorup closed 4 years ago

Swoorup commented 4 years ago

Fixes https://github.com/demetrixbio/FSharp.Data.Npgsql/issues/75

Also added ability to run tests on future PRs via github actions. It setups dvdrental database and runs tests on Tests.sln

Swoorup commented 4 years ago

Integration tests looks like https://github.com/demetrixbio/FSharp.Data.Npgsql/pull/83/checks?check_run_id=564988874

Also removed some minor leftovers and tidbits

Swoorup commented 4 years ago

Also fixes https://github.com/demetrixbio/FSharp.Data.Npgsql/issues/3 😄

kerams commented 4 years ago

Kickass.