I'm running into some issues with Oracle. It looks like the parameter naming and anonymous block syntax in DatabaseSchemaVersionManager is not compatible with Oracle.
I am going to try to fix these issues. Let me know if you're interested in the changes.
Thanks,
Eric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running into some issues with Oracle. It looks like the parameter naming and anonymous block syntax in DatabaseSchemaVersionManager is not compatible with Oracle.
I am going to try to fix these issues. Let me know if you're interested in the changes.
Thanks,
Eric
Sure. Upload the patch when you are ready and I'll put it in to the source tree.
OK. The patch has been uploaded.
I also ran into an issue with the useTransaction attribute. A separate patch was submitted for this issue.
Patch applied. I took the liberty to create an abstract DbmsSyntax class to contain the default implementation of the GenerateVersionCheck() method.