Subject: | DBIx::SearchBuilder::Handle->Insert should be renamed. |
DBIx::SearchBuilder::Handle has an Insert method, that inserts a row in the database and returns the statement handle. This method is designed to be called by subclasses.
Its subclasses all have insert methods that insert something, and then return its id. These methods are designed to be called by clients.
These two methods should have different names.