Dmitriy Marov
Results
1
issues of
Dmitriy Marov
BulkDelete for PostgresSQL throws exception if other properties except ColumnPrimaryKey are empty.
22
### Description I use BulkDelete for object `ClientAffected = { Id = 0, ClientId = 123}` (Id - primary key), `ClientId` set in `ColumnPrimaryKeyExpression` option. Similar MS SQL implementation works...