Oracle: rename constraint support
Description
Environment
Linux - Fedora 17
jdk 1.7
liquibase ant tasks
Activity
Show:
Nathan Voxland October 28, 2014 at 9:39 PM
Keeping open until additional databases are supported

Peter Butkovic January 31, 2014 at 3:00 PM
well, I ended up with the minimum I needed (renamePrimaryKey for Oracle and Postgres), see the pull request : https://github.com/liquibase/liquibase/pull/234
It would be nice if liquibase would support rename constraint in it's changeSets. I'd need it for Oracle.
Following SQL should work (based on: http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_3001.htm#i2133183)