Obed Kooijman
Obed Kooijman
Maybe working with [Lyon](https://github.com/nical/lyon) could be another option? Seems to be fairly solid solid, but it also is considering switching from it's MIT/Apache 2.0 Model to MPL-2.0 aswell. But it...
Possibly thinking about covering `System.Text.Json.Nodes` as well?
@modmuss50 I was trying to set up an environment for 1.14 since I am reimplementing a mod from 1.6.4 to the newer Minecraft versions using Fabric, but this was the...
Would also love to see them getting implemented
Probably providing an extension on EF.Functions should be created first, this way no mapping of the format strings is needed. Providing implementations on the suitable parse-methods with their corresponding mappings...
After getting your feedback for #2936 I looked over my PR for this one. I noticed during some more tinkering in SQL, that `regex_count()` also returns `NULL` when `NULL` ist...
@roji no worries, busy times take their toll. First of all, thanks for the helpful explanation. Considering your feedback regarding regex_count, I take it that using `Regex.Count()` is a suitable...
@roji I hope it's okay, that I ping you. Just wanted to let you know that the PR is ready for review.
Case closed on npgsql-side. IsMatch is supported in general, but some RegexOptions are not supported. Mostly because postgres itself does not cover them. The ECMAScript option is one of them.
I don't think it's an absolute necessity, but the exception is not too clear about why it would fail. Providing the information about what option is supported or not would...