python-alembic
A database migration tool for SQLAlchemy
- Developed at devel:languages:python
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-alembic && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
alembic-0.8.6.tar.gz | 0000961323 939 KB | |
python-alembic.changes | 0000037722 36.8 KB | |
python-alembic.spec | 0000003395 3.32 KB |
Revision 24 (latest revision is 82)
Dominique Leuenberger (dimstar_suse)
accepted
request 400279
from
Dirk Mueller (dirkmueller)
(revision 24)
- fix source url - update to 0.8.6: - Errors which occur within the Mako render step are now intercepted and raised as CommandErrors like other failure cases; the Mako exception itself is written using template-line formatting to a temporary file which is named in the exception message. - Added a fix to Postgresql server default comparison which first checks if the text of the default is identical to the original, before attempting to actually run the default. This accomodates for default-generation functions that generate a new value each time such as a uuid function. - Fixed bug introduced by the fix for :ticket:`338` in version 0.8.4 where a server default could no longer be dropped in batch mode. Pull request courtesy Martin Domke. - Fixed bug where SQL Server arguments for drop_column() would not be propagated when running under a batch block. Pull request courtesy Michal Petrucha.
Comments 0