index
:
delta/python-packages/sqlalchemy-migrate.git
master
github.com: stackforge/sqlalchemy-migrate.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migrate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bring back alter_metadata on ColumnDelta: it seems intertwined with a lot of ...
Chris Withers
2011-02-11
2
-29
/
+56
*
try to get firebird stuff working with 0.6.6
Chris Withers
2011-02-10
1
-1
/
+6
*
remove the alter_metadata feature
Chris Withers
2011-02-10
3
-119
/
+40
*
work around firebird's insistence that indexes and constraints are dropped be...
Chris Withers
2011-02-10
1
-7
/
+21
*
fix sqlite column dropper now that the table is only modified after the visit...
Chris Withers
2011-02-10
1
-0
/
+9
*
firebird can only drop named foreign keys
Chris Withers
2011-02-10
1
-1
/
+2
*
These drop indexes appear to only be for firebird.
Chris Withers
2011-02-10
1
-2
/
+0
*
Only alter the SA objects after running the visitor, so the visitor may inspect
Chris Withers
2011-02-10
1
-2
/
+1
*
fix py2.4 and py2.5
Domen Kožar
2011-02-05
1
-1
/
+1
*
fixes #107
Domen Kožar
2011-02-05
1
-4
/
+4
*
fixes #106
Domen Kožar
2011-02-05
1
-6
/
+7
*
fixes #105
iElectric
2010-12-06
1
-1
/
+1
*
make migrate.changeset.constraint.ForeignKeyConstraint.autoname work
Jan Dittberner
2010-11-09
1
-3
/
+11
*
use _index_identifier instead of _validate_identifier if
Jan Dittberner
2010-11-09
2
-5
/
+18
*
use absolute imports of exception classes (fixes tests)
Jan Dittberner
2010-11-07
1
-6
/
+6
*
fix generation of foreign key constraint name in
Jan Dittberner
2010-11-07
1
-2
/
+2
*
merge
chrisw
2010-09-16
1
-1
/
+4
|
\
|
*
fixed #92
iElectric
2010-09-12
1
-1
/
+4
*
|
implement column type diff'ing
chrisw
2010-09-15
2
-25
/
+180
|
/
*
restore missing table header for column diffs
chrisw
2010-09-10
2
-4
/
+11
*
rewrite of schemadiff internals
chrisw
2010-09-10
7
-373
/
+482
*
preserve the original stack strace
chrisw
2010-09-09
1
-4
/
+4
*
don't stop if one db fails, run for all so we can tell how badly things went ...
chrisw
2010-09-09
1
-20
/
+31
*
clear out the test db for each test, making tests more isolated
chrisw
2010-09-09
1
-0
/
+3
*
silence logger that SA adds
chrisw
2010-09-09
1
-0
/
+2
*
give better feedback when errors occur in _setup or _teardown
chrisw
2010-09-09
1
-3
/
+19
*
quit screwing with the testing frameworks...
chrisw
2010-09-09
1
-49
/
+1
*
Fix issue 94 - it was impossible to add a column with a non-unique index.
chrisw
2010-09-09
4
-26
/
+54
*
implement column adding with foreign keys on sqlite
chrisw
2010-09-09
2
-21
/
+29
*
Fix bug with column dropping involving foreign keys.
chrisw
2010-09-09
2
-0
/
+108
*
fix for issue 96: deleting a column in sqlite shouldn't delete all indexes
chrisw
2010-09-09
3
-10
/
+50
*
another py2.4 fixture
chrisw
2010-09-08
1
-1
/
+4
*
dammit!
chrisw
2010-09-08
1
-1
/
+1
*
attempt at improving the api docs a little
chrisw
2010-09-08
1
-19
/
+25
*
hopefully fix test failures
chrisw
2010-09-08
1
-12
/
+6
*
another Py2.4 fix
chrisw
2010-09-08
1
-1
/
+4
*
silence console output
chrisw
2010-09-07
1
-23
/
+29
*
hopefully make py2.4 compatible
chrisw
2010-09-07
2
-6
/
+24
*
- capture deprecation warnings and assert they re as they should be
chrisw
2010-09-07
4
-18
/
+152
*
fix last exception import
iElectric
2010-09-07
1
-1
/
+2
*
move all exception classes to migrate.exceptions
iElectric
2010-09-07
26
-69
/
+69
*
use if main conditional in manage.py script
iElectric
2010-08-20
1
-1
/
+2
*
correct case for dependencies in setup.py
iElectric
2010-08-16
2
-2
/
+3
*
fix tests on python2.7
iElectric
2010-07-14
1
-2
/
+5
*
small doc correction; fixes #67
iElectric
2010-07-11
3
-2
/
+6
*
better document summary of changeset actions
iElectric
2010-07-11
1
-12
/
+7
*
adding connection keyword to ORM methods
iElectric
2010-07-11
3
-19
/
+41
*
use stdout for logging.INFO and lower; for the rest use stderr
iElectric
2010-07-09
1
-5
/
+22
*
fix deprecation warning when using old script synta
iElectric
2010-07-09
1
-1
/
+1
*
update README and fix last bugs
iElectric
2010-07-08
3
-47
/
+52
[next]