Michael Lehto
Michael Lehto
When migrating old data into the event store it would be beneficial to be able to control the timestamp on events. This would enable us to use the functionality with...
Indexing of noda time types fails with `functions in index expression must be marked IMMUTABLE`
Indexing Node Time types fails with > functions in index expression must be marked IMMUTABLE Index example: `CREATE INDEX mt_doc_targetwithdates_idx_local_date ON noda_time_acceptance.mt_doc_targetwithdates USING btree ((CAST(data ->> 'LocalDate' as date)));` Added...
We have encountered an issue with the creation of indexes for decimal fields in MartenDB. The problem arises because MartenDB generates the index with a `decimal` type, but when the...
When creating an index on a child collection using MartenDB, there's a discrepancy in the syntax used for the index definition and the generated query. This discrepancy causes the index...
When paging a given resource, it should be allowed to call [`Offset`](https://github.com/chargebee/chargebee-dotnet/blob/afd9f77e9e2cbb819b7e0ef529b71e6eb65341e2/ChargeBee/Api/ListRequestBase.cs#L18) more than once. When doing it today we get the this exception: `System.ArgumentException: An item with the same...