Re: Specific sequence implementation for a table

2006-10-27 Thread Armin Waibel
Hi Ozkan, zkn wrote: ... I'm currently locally testing per field sequence manager support and shortcut names for the supported sequence manager implementations. Will check in the new features tomorrow (if the test-suite pass without failures). Then it will be possible to set

Re: Specific sequence implementation for a table

2006-10-16 Thread zkn
Hi Armin, Thanks for the response! Armin Waibel wrote: Hi Ozkan, zkn wrote: Hi, I use the SequenceManagerMySQLImpl for my application. But for only one table/object I want to use the SequenceManagerInMemoryImpl. Is that possible? Currently this is not supported by default. You have to

Re: Specific sequence implementation for a table

2006-10-10 Thread Armin Waibel
Hi Ozkan, zkn wrote: Hi, I use the SequenceManagerMySQLImpl for my application. But for only one table/object I want to use the SequenceManagerInMemoryImpl. Is that possible? Currently this is not supported by default. You have to implement your own SequenceManager to handle this (e.g. a

Specific sequence implementation for a table

2006-10-06 Thread zkn
Hi, I use the SequenceManagerMySQLImpl for my application. But for only one table/object I want to use the SequenceManagerInMemoryImpl. Is that possible? Ozkan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional