On Thursday, November 12, 2015 at 4:22:26 AM UTC-8, [email protected] wrote: > > Hi everybody. > > I have some questions about IdentityMap in Sequel. First of all, Why > identityMap plugin has very limited functionality? A complete IdentityMap > would be very difficult to implement? > > I am very interested in that functionality (transparent IdentityMap). I > know that Datamapper had it, but that project has no maintenance now, so it > is not alternative. > > What do you think? > > Thank you very much for your opinions. > > -- > David >
The identity_map plugin was removed in Sequel 4, as it had problems. In most cases where Sequel is used, an identity map is not helpful. Anytime you have anything else accessing the database, you can't rely on the identity map for current data, and that includes any multithreaded or multiprocess application. You are of course free to use the identity_map plugin that shipped with Sequel 3 if you want that functionality, but it will be up to you to maintain it. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
