Datamapper
Datamapper copied to clipboard
Maintenance of Datamapper has been transferred to https://github.com/saekort/datamapper in 2012.
In some cases it would be _very_ handy to be able to save a relationship on its own, without saving the object itself as well. Proposition: adding a separate method...
Currently, subqueries allows referencing of the parent query table as `${parent}.fieldname`. In some cases (eg. when the column name might be deemed ambiguous), it would be useful to be able...
Which hasn't been maintained for a long time, but might be useful. Maybe it's functionality should be extended to provide CRUD operations, so you can quickly produce standard lists and...
Observers allow for custom callbacks to be defined at critical locations in the DataMapper core, which could be used to pre- or post process the object's data, add additional logic,...
For most of them, you are now forced to use get(), which might introduce overhead that is not required.
By Ryan Herriman: The nested sets extension as it stands is a great start, but there are additional methods that could benefit people if they existed. Here are a few...
Requested by @ingdiaz Sorry my bad English. I would like add method for custom querys or calls to views and other method as ExecuteScalar return only a column with a...
Requested by @devmohsh Hi all, i hope that Migration feature will be found in this version, so that we did not need to create Tables, then generate Models, we can...
In certain environments, regulations do not allow you to really delete any information. To facilitate this, DataMapper needs an option to be able to mark records as deleted, and to...