summaryrefslogtreecommitdiff
path: root/migrate/changeset/databases/oracle.py
Commit message (Collapse)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-261-108/+0
|
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-281-5/+2
|
* move all exception classes to migrate.exceptionsiElectric2010-09-071-4/+3
|
* add support for SA 0.6 by Michael BayeriElectric2009-06-291-2/+7
|
* - completely refactored ColumnDelta to extract differences between ↵iElectric2009-06-271-13/+6
| | | | | | | | columns/parameters (also fixes issue #23) - fixed some bugs (passing server_default) on column.alter - updated tests, specially ColumnDelta and column.alter - introduced alter_metadata which can preserve altering existing objects if False (defaults to True) - updated documentation
* finally, tests pass for all supported dialectsiElectric2009-06-211-8/+15
|
* some more PEP8 loveiElectric2009-06-211-4/+2
|
* updated changeset tests. whole package is finally PEP8. fixed mysql ↵iElectric2009-06-201-2/+3
| | | | tests&bugs. updated docs where apropriate. changeset test coverage almost at 100%
* update docs, delete obsolete code in constraintsiElectric2009-06-121-5/+3
|
* use sqlalchemy preparer to do SQL quote formatting. this is a raw change, ↵iElectric2009-06-111-3/+4
| | | | tests are yet to be written
* make migrate.changeset.databases PEP-8 clean and add it to the API docsjan.dittberner2009-01-251-31/+61
|
* add support for SA 0.5christian.simms2008-08-281-4/+4
|
* - make test_shell not assume Python code is compiledchristian.simms2008-03-211-1/+1
| | | | - update results in test_shell so that it works in Postgresql - make Oracle changesets generate valid sql syntax when a modified column's default value changes to NULL
* moved trunk, branches and tags to project rootjan.dittberner2008-02-061-0/+79
fixes Issue #5