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
/
changeset
/
databases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire github mirror, repo moved to opendev
HEAD
master
Jim Rollenhagen
2019-09-26
8
-976
/
+0
*
Merge "Import MutableMapping from the correct Python module"
Zuul
2019-01-21
1
-1
/
+1
|
\
|
*
Import MutableMapping from the correct Python module
Chih-Hsuan Yen
2019-01-15
1
-1
/
+1
*
|
Merge "Don't use deprecated / non-functional "force" parameter"
Zuul
2019-01-21
3
-11
/
+7
|
\
\
|
*
|
Don't use deprecated / non-functional "force" parameter
Mike Bayer
2019-01-18
3
-11
/
+7
|
|
/
*
|
Use legacy_alter_table ON in sqlite recreate_table
Corey Bryant
2019-01-15
1
-0
/
+9
|
/
*
Fix ibmdb2 index name handling
0.9.6
Qin Zhao
2015-03-16
1
-6
/
+30
*
allow dropping fkeys with sqlite
Matt Riedemann
2015-02-20
1
-17
/
+36
*
Use native sqlalchemy 0.9 quote attribute with ibmdb2
Rahul Priyadarshi
2015-01-09
1
-2
/
+5
*
Fix ibmdb2 unique constraint handling for sqlalchemy 0.9
Matt Riedemann
2014-08-04
1
-3
/
+3
*
Merge "Fix 3 files with Windows line endings to Unix line endings."
Jenkins
2014-07-22
1
-313
/
+313
|
\
|
*
Fix 3 files with Windows line endings to Unix line endings.
David Ripton
2014-02-27
1
-313
/
+313
*
|
Merge "Move patch from oslo to drop unique constraints with sqlite"
0.9.1
Jenkins
2014-05-05
1
-3
/
+48
|
\
\
|
*
|
Move patch from oslo to drop unique constraints with sqlite
Matt Riedemann
2014-04-15
1
-3
/
+48
*
|
|
Port to Python3
Cyril Roelandt
2014-04-09
1
-1
/
+4
|
/
/
*
|
Merge "Eradicate trailing whitespace"
Jenkins
2014-03-29
2
-4
/
+4
|
\
\
|
*
|
Eradicate trailing whitespace
David Ripton
2014-02-26
2
-4
/
+4
|
|
/
*
|
Use native quote attribute introduced in sqla 0.9
Thomas Goirand
2014-03-05
1
-1
/
+5
*
|
Conditionally import ibmdb2/ibm_db_sa
Matt Riedemann
2014-03-04
1
-3
/
+11
|
/
*
Add DB2 10.5 Support
Matt Riedemann
2014-02-17
3
-1
/
+317
*
merge e5bd2821eea8 from https://code.google.com/r/alyazdi-patches/
Jan Dittberner
2011-10-28
1
-1
/
+1
|
\
|
*
Fix for issue #125, create the table on the same connection as the ALTER and ...
al.yazdi@gmail.com
2011-10-26
1
-1
/
+1
*
|
drop SQLAlchemy < 0.6 compatibility code
Jan Dittberner
2011-10-28
5
-63
/
+19
|
/
*
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
1
-3
/
+1
*
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
*
Fix issue 94 - it was impossible to add a column with a non-unique index.
chrisw
2010-09-09
1
-10
/
+16
*
implement column adding with foreign keys on sqlite
chrisw
2010-09-09
1
-7
/
+19
*
fix for issue 96: deleting a column in sqlite shouldn't delete all indexes
chrisw
2010-09-09
1
-9
/
+4
*
move all exception classes to migrate.exceptions
iElectric
2010-09-07
4
-8
/
+14
*
adding connection keyword to ORM methods
iElectric
2010-07-11
1
-5
/
+12
*
move to unittest2, update README for testing instructions
iElectric
2010-06-20
1
-0
/
+1
*
add firebird to test_db.cfg.tmpl; fix bug when dropping a column in firebird:...
iElectric
2010-05-11
1
-0
/
+13
*
fix MySQL failing tests with autoincrement
iElectric
2010-05-02
1
-4
/
+6
*
apply Emil Kroymann's patch for Issue 75
emil.kroymann
2010-01-07
1
-0
/
+9
*
applying patch for issue #61 by Michael Bayer
iElectric
2009-07-13
3
-5
/
+9
*
add support for SA 0.6 by Michael Bayer
iElectric
2009-06-29
6
-53
/
+69
*
add not supported exceptions for sqlite constraints
iElectric
2009-06-27
1
-3
/
+19
*
- completely refactored ColumnDelta to extract differences between columns/pa...
iElectric
2009-06-27
4
-35
/
+36
*
adding basic support for firebird, fixes #55
iElectric
2009-06-22
2
-1
/
+68
*
finally, tests pass for all supported dialects
iElectric
2009-06-21
1
-8
/
+15
*
some more PEP8 love
iElectric
2009-06-21
3
-7
/
+5
*
updated changeset tests. whole package is finally PEP8. fixed mysql tests&bug...
iElectric
2009-06-20
4
-37
/
+42
*
- refactor migrate.changeset;
iElectric
2009-06-16
3
-35
/
+35
*
update docs, delete obsolete code in constraints
iElectric
2009-06-12
3
-11
/
+10
*
use sqlalchemy preparer to do SQL quote formatting. this is a raw change, tes...
iElectric
2009-06-11
5
-55
/
+41
*
mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite
jan.dittberner
2009-02-18
1
-0
/
+12
*
revert stupid test case breaking change
jan.dittberner
2009-01-25
1
-2
/
+3
*
make migrate.changeset.databases PEP-8 clean and add it to the API docs
jan.dittberner
2009-01-25
6
-91
/
+190
[next]