Level-2 / Maphper

Maphper - A php ORM using the Data Mapper pattern
BSD 2-Clause "Simplified" License
52 stars 7 forks source link

Updating an entry #29

Closed solleer closed 7 years ago

solleer commented 8 years ago

There seems to be an issue that when you try to update a row in the table with an object that doesn't have all the properties of the row then it doesn't update. Can it be changed to where you just need to pass properties to be updated. For instance if you want to update info about a user but don't need to update their password.

solleer commented 7 years ago

@TomBZombie Is there a way this can be fixed?

solleer commented 7 years ago

@TomBZombie See #35