dindarm

Results 2 issues of dindarm

When we create a unique index on db, insert statement receives no rows on duplicates. This not an error and works as expected. But Postgres-StORM waits at least one row...

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...