Results 32 comments of Daniel Lidström

Hi guys, I’m still using this fine library. Have any of you moved on to other libraries? What is recommended these days?

To test this pull request, download the https://github.com/henrik-m/linqpad-postgresql-driver/tree/fix-udt-recognition branch and build it locally. You'll need to update the project references to your locally installed LINQPad.exe, then make sure the postbuild...

I can confirm the pull request #33 fixes this issue.

I'm a huge fan. At least for my C# projects this feature cleans up my files very nicely. Why shouldn't it for F#?

This part is fixed, but the Docker push is currently only pushing a latest tag. I'd like to also push a tag with the current version number, in case anyone...

Or detect automatically (much better)

Hi Noah, I just performed these steps: ```bash $ git clone --depth 1 --branch persistence-postgres [email protected]:dlidstrom/Umbraco-CMS.git persistence-postgres $ cd persistence-postgres $ echo `git log -n 1 --oneline` # show latest...

@nagilson just as you initially suggested then. Thanks for the detailed report Noah 🙏

I've (partly) solved this by customizing the `IDbConnection`. Here's a sample that maps the query string to DataSet, effectively simulating database access. All taken care of by a custom `IDbConnection`....

Ok, no problem. Thanks for the quick reply and for being honest.