Ashish

Results 3 issues of Ashish

**Describe the bug** A sessionful message receiver cannot be created on an entity that does not require sessions. Ensure RequiresSession is set to true when creating a Queue or Subscription...

My replacing merge tree engine has following design: CREATE TABLE unify.ProductWiseDemandSales ( `MRP` Decimal(18, 5), `PTD` Nullable(Decimal(18, 5)), `PTSS` Nullable(Decimal(18, 5)), `CompanyId` Int64, `InvoiceId` Nullable(Int64), `ProductId` Int64 DEFAULT 0, `ModifiedOn`...

question
st-need-info

The instance of entity type 'DistributorStockSale' cannot be tracked because another instance with the same key value for {'CompanyId', 'DateKey'} is already being tracked. When attaching existing entities, ensure that...