On Jul 16, 6:47 pm, "Mark V" <[EMAIL PROTECTED]> wrote: > Please consider using call_* and prepare_*, where * is one of: create, > read, update, delete.
As opposed to insert, select, update, delete? I see no reason to use create/read instead of insert/select. From a modeling perspective, create makes sense, but call/prepare are dataset methods, not model methods, and therefore should reflect dataset semantics (inserting into tables), not model semantics (creating objects). Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
