Hi Jon & team,

I am thinking of contributing to project. But at the moment.
I am studying the Code for Jyve and Turbine. As this is new to 
me it will take some time. 

Meanwhile , I would like to say that jyve is a well done project.
Very useful and works fast.

I have started jyve recently on my website: 
http://www.odysseyit.com.   Take a peek.
This i started to write all Q&A/Problems 
I face in technical work i do.  But it's very useful for software
developers too. I am thinking of publicizing the website.

Thanks Again for your quick responses to Questions I have regarding
Jyve. We can definitely make this a great project.

Thanks,
Dhiraj.



jon * wrote:
> 
> on 4/5/00 11:07 AM, Soni Dhiraj <[EMAIL PROTECTED]> wrote:
> 
> > Hi,
> >
> > Jyve is supposed to be portable to any database. My question
> > is how are you handling SEQUENCES in a Database.
> >
> > In Mysql ,you give column as auto_increment. Inserting in it requires
> > you send NULL Value and it updates.
> > While in Oracle or Postgresql,proper Sequence names are used.Also
> > Oracle uses sequence.nextval and postgresql uses NEXTVAL('sequence').
> >
> > So,wont you have to change code to support this.
> >
> > Dhiraj.
> 
> Support for more than just MySQL isn't really there yet. Feel free to
> contribute this support. The "right way" to do it would be to re-write
> things to use Turbine's Peer model which has built in support for not only
> using sequences, but also has an IDBroker so that you can write things in
> such a way as to not even need sequences or autoincrement.
> 
> I currently have no plans on supporting Oracle. This type of support needs
> to come from the community (like you).
> 
> -jon
> 
> --
> Scarab -
>       Java Servlet Based - Open Source
>          Bug/Issue Tracking System
>         <http://scarab.tigris.org/>
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]

-- 
=====================================================
                Dhiraj   Soni
 Java Architect                Oracle DBA
             Ph(W): 303-965-6959
             Email: [EMAIL PROTECTED]
=====================================================

--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to