Ben Grabkowitz

Results 5 comments of Ben Grabkowitz

I see this commit was pushed last week: https://github.com/neisbut/Npgsql.Bulk/commit/995b0ec3f0732b7d05981358536d28c16c1d4a0b Any updates on a formal release timeline?

There's probably a way to do this on my own until an official method exists. But the documentation feels a bit lacking around Array type mappings. Any help would be...

> [@profet23](https://github.com/profet23) the Daitch-Mokotoff function was added only recently to PG's fuzzystrmatch extensions (in PG 16), which is why there's no translation for it. You're welcome to submit a PR...

@roji Thanks. I'm REALLY close but I'm still having issues. If I define my translation as: ```csharp public static string[] DaitchMokotoffSoundex(string source) { throw new InvalidOperationException($"{nameof(DaitchMokotoffSoundex)} should be performed on...