Alexey39dev

Results 2 issues of Alexey39dev

### Description Postgre database. I am doing a batch deletion of rows from a table and I get an error message. ### Code `Set().DeleteRangeByKey(query);` ### Exception Exception message: > Oops!...

### Description Postgre database. The field in the table has a custom type: `Verstamp public.myusertype NOT NULL DEFAULT 0::bigint`. I am performing batch insertion of rows into the table and...