Hi Ricardo,
Emmanuel Cecchet wrote:
The reason I'm asking is that the sequoia docs talks about special tricks
to be used for using sequences properly
(http://sequoia.continuent.org/doc/2.10/userGuide/ar01s06.html, 6.6 and
6.7)
Would that work properly in situation (A) ?
The special tricks with sequences are related to PostgreSQL and they apply to all cases if the application uses sequences. If you use Hibernate to generate the database queries, it will use sequences with PostgreSQL. Thus, you will need the trick mentioned in the doc. If you are writing all SQL by hand and don't use PostgreSQL sequences then you don't need the trick.

I just realized that this has only been mentioned in the 2.10 documentation. We're actually using 3.0beta... do you know if the sequence trick is also required for 3.0?
Yes, this is also required in 3.0.

Emmanuel

--
Emmanuel Cecchet
Chief Scientific Officer, Continuent

Blog: http://emanux.blogspot.com/
Open source: http://www.continuent.org
Corporate: http://www.continuent.com
Skype: emmanuel_cecchet
Cell: +33 687 342 685


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to