Obed Kooijman

Results 13 issues of Obed Kooijman

I know that there is no direct type for JSON content, but I think it would be a great addition to support translation to the Json Namespace. Both JsonDocument and...

For the Cyphertypes Date and time there are matching types in .net 6. Considering an upgrade DateOnly and TimeOnly could be used to to reflect these types.

Recently I had some data where I had to work with dates. Sadly a column was not in any date type but simply string. Now in my case, it was...

enhancement

closes #3059 I currently do not translate Regex.Count for Postgres versions < 15, but it should be possible to provide a subquery for older version if desired.

Recently I came across a case where the regex_replace function would have been helpful. Also the regex_count function could have come in handy at that time. Though it was easy...

enhancement

Discussed in #2505. After taking an initial look at the different formatting values for dotnet and postgres I was unable to find a suitable map for every DateOnly/DateTime formatting option....

**What happened**: An exception was thrown: System.InvalidOperationException: Reflection-based serialization has been disabled for this application. Either use the source generator APIs or explicitly configure the 'JsonSerializerOptions.TypeInfoResolver' property. **What you expected...

As npgsql/efcore.pg#2818 showed, it is not clear on what RegexOptions are actually supported. I suggest adding a note to the tranlation docs to make it clearer for everyone.

### Background and motivation In .NET 7 static abstracts Members for interfaces were introduced. One of them is the `IParsable` interface. Currently there is no direct support to test for...

feature
api-suggestion

## Bug Report #### Current Behavior build process is aborted and responded with: ``` error: failed to run custom build command for `libz-ng-sys v1.1.9` Caused by: process didn't exit successfully:...

🐛 bug