On Sat, Feb 27, 2010 at 20:16, Daniel Robbins <[email protected]> wrote:
> I submitted this ticket for your review a few days ago - it's a fix required > to get Elixir working with Oracle: > > http://elixir.ematia.de/trac/ticket/106 Thanks for the suggestion, it's highly appreciated already. If you could produce a complete patch, it would be even better and I would happily commit it. What I think is missing is: - the pattern for the sequence name need to be a constant in elixir/options.py - as you said, the sequence needs to be optional: "autoprimarykey_sequence", or something like that might be a good name. I'm not sure about its default value. I'm leaning towards "True" (if that doesn't cause any problem with other DBs -- I don't think it would). As to your question on the ticket: no, I don't think anything else needs to be changed, as nothings needs to be done when auto_primarykey is False, or when a primary_key field is manually defined. Regards, -- Gaƫtan de Menten -- You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en.
