Aura.SqlMapper_Bundle icon indicating copy to clipboard operation
Aura.SqlMapper_Bundle copied to clipboard

A DataMapper and UnitOfWork implementation.

Results 3 Aura.SqlMapper_Bundle issues
Sort by recently updated
recently updated
newest added

I need to insert a row through my Mapper and Row Gateway and get back the primary key value for the newly created row. This is a common database problem....

wontfix

The _AbstractGateway_ `delete` and hence the mapper `delete` assume the object being passed provides the ID which should match a synthetic primary key for the row, but the examples and...

wontfix

`delete()` is commented as determining success based on number of rows affected, and it does indeed do that -- by casting the integer row count to a boolean. I have...

wontfix