-
I would find it useful if NodaTime included additional `Year` and `Month` data types (`Month` not being the same as `YearMonth` - `YearMonth` would be a combination of these two).
**Why? Isn't that…
-
Perhaps I am missing something, I'm just reading through [_this article on postgres mappings_](https://npgsql.org/efcore/mapping/nodatime.html?tabs=with-datasource), but I am not seeing per se, what d…
-
The type handler mechanism adds some overhead, virtual calls, etc. At least for some basic types, we can explore bypassing that out by having e.g. a simple switch in NpgsqlDataReader.GetFieldValue() w…
roji updated
7 months ago
-
I've just spent many hours today upgrading NodaTime from 2.62.2 to 2.75.2. I'm *mostly* there now, but I've just run into a problem with version support disappearing between the two.
I've eventuall…
-
For migrations, the default type mappings can be overridden by using the HasColumnType() Fluent API.
With this, a particular property will be mapped to the Store Type provided by the application, if…
-
(Feature request, so most bug template fields aren't particularly relevant.)
For Noda Time documentation, we use the version support within the build config of docfx (see [file](https://github.com/…
-
Hi Team,
InfluxDBStudio is a great tool, we have been using it a lot. And we found some potential improvements.
1. It would be great if we have have nano-sec level time precision in the return d…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Trying to load BananacakePop to view graphql schema from server throws a error that it doesn…
-
Hi, I found this library today for my requirement I have to convert entire app to timezone time example `US/Eastern` When I tried it says not found can help me with this error
-
Hi!
I have a console application "worker" that performs background tasks using Hangfire with postgresql storage. I have postgis extension installed and some of my entities have properties with the ty…