Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
2.1.6
based upon a previous forum topic (
http://forum.hibernate.org/viewtopic.php?t=938027)
i have extended the HSQLDB dialect to support sequences (which are supported in versions >= 1.7.2). the meat of it is about 4 lines of code so this isn't anything i am proud of (not ashamed, mind you).
so my two questions are:
1) is there a procedure for submitting it and having it added to the codebase? or should i just post it on the wiki? or something else?
2) testing - i have tested it with a few integration tests of my own, but assuming it goes in the codebase, should i try to build some automated unit test?