Details
Description
Hi,
Following our discussion in http://jira.codehaus.org/browse/SONAR-178 , here is the patch I had in mind to simplify the sequence management.
It's based on the same principle I used to implement support of PostgreSQL sequences.
2 comments:
- I don't have any Oracle database offhand so it really needs testing with Oracle;
- I'm not sure it's worth it to have an AbstractRailsSequenceGenerator as there's not much to factorize. So, this patch doesn't implement it.
By the way, is it normal that the unit tests are currently failing?
–
Guillaume
Good news, it perfectly works on Oracle. Thank you. I agree that an AbstractRailsSequenceGenerator is useless.
Unit tests are fixed (week-end commits are never good...;o)