Re: Cayenne 1.2 + PostgreSQL

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Sat Dec 10 2005 - 07:57:11 EST

  • Next message: Malcolm Edgar: "Re: Parse refactoring"

    > Make more sense now? Or am I trying to fix a non-issue?

    The issue is that users need the ability to choose a PK generator
    algorithm, right? There is more than one way to address it. Cayenne
    already supports the simplest one - provide a custom DbAdapter that
    installs specific generator on load. I am not convinced that we need
    anything more complex than that, further complicating Modeler
    configuration.

    We can make things easier by providing adapter-neutral PKGenerator
    implementations for the most common algorithms (such as sequences),
    but this is pretty much all we need.

    Andrus



    This archive was generated by hypermail 2.0.0 : Sat Dec 10 2005 - 07:57:13 EST