Postgres-StORM icon indicating copy to clipboard operation
Postgres-StORM copied to clipboard

Change insert methods return types

Open dindarm opened this issue 7 years ago • 0 comments

When we create unique index on db, insert method will not create new record for duplicates. This is not an error. So it will be nice to return optional Any for this case.

dindarm avatar Nov 05 '18 11:11 dindarm