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
/
tests
/
versioning
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire github mirror, repo moved to opendev
HEAD
master
Jim Rollenhagen
2019-09-26
16
-2452
/
+0
*
Fix spelling mistake
dineshbhor
2016-10-26
1
-2
/
+2
*
Raise VersionNotFoundError instead of KeyError
dineshbhor
2016-05-27
1
-0
/
+4
*
Add VerNum.__index__() for Python 3 support
Victor Stinner
2015-07-28
1
-0
/
+7
*
Update tests and reqs for SQLA 1.0
Mike Bayer
2015-07-01
1
-2
/
+4
*
Ignore stderr output when invoking migrate script in tests
Mike Bayer
2015-07-01
1
-15
/
+34
*
Merge "script: strip comments in SQL statements"
Jenkins
2015-02-24
1
-0
/
+10
|
\
|
*
script: strip comments in SQL statements
Ihar Hrachyshka
2015-01-14
1
-0
/
+10
*
|
Merge "Replace assertNotEquals with assertNotEqual."
Jenkins
2015-01-15
3
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Replace assertNotEquals with assertNotEqual.
Cyril Roelandt
2014-10-30
3
-3
/
+3
*
|
Ignore transaction management statements in SQL scripts
Ihar Hrachyshka
2015-01-09
1
-0
/
+22
*
|
Don't add warnings filter on import
Brant Knudson
2015-01-08
1
-1
/
+0
|
/
*
SqlScript: execute multiple statements one by one
0.9.2
Ihar Hrachyshka
2014-08-23
1
-1
/
+1
*
Port to Python3
Cyril Roelandt
2014-04-09
7
-25
/
+35
*
tests: Replace "self.assert_" by "self.assertTrue"
Cyril Roelandt
2014-03-31
11
-81
/
+81
*
Eradicate trailing whitespace
David Ripton
2014-02-26
10
-49
/
+49
*
Add DB2 10.5 Support
Matt Riedemann
2014-02-17
3
-2
/
+16
*
Updated to OpenStack Build stuff.
Monty Taylor
2013-07-11
10
-116
/
+112
*
fix error, Text columns have no width
Jan Dittberner
2013-02-09
1
-1
/
+1
*
fix deprecation warning by using MetaData.reflect
Jan Dittberner
2013-02-09
2
-4
/
+7
*
apply patch for issue #72 by asuffield@gmail.com
asuffield@gmail.com
2012-01-23
1
-0
/
+10
*
Fix excludeTablesgetDiffOfModelAgainstModel is not passing
Jason Michalski
2011-12-17
1
-7
/
+23
*
add regression test (fixes issue 105)
Jan Dittberner
2011-10-28
1
-0
/
+6
*
fix issues with ConfigParser and existing repositories (fixes issue 115)
Jan Dittberner
2011-10-28
1
-1
/
+1
*
drop SQLAlchemy < 0.6 compatibility code
Jan Dittberner
2011-10-28
2
-10
/
+3
*
Use two models in generated migrations. Test column addition and removal.
Gabriel
2011-07-07
2
-18
/
+47
*
Output has changed even without the SQLa patch, update #122 tests.
Gabriel
2011-07-05
1
-1
/
+1
*
Fix and test issue 118. Clarify genmodel transformations.
Gabriel
2011-07-05
2
-39
/
+76
*
Fix some tests that broke when adding descriptions for sql scripts
Pete Keen
2011-06-12
4
-15
/
+15
*
Allow descriptions in sql change script filenames
Pete Keen
2011-06-10
1
-1
/
+2
*
Optionally number versions with timestamps instead of sequences
Pete Keen
2011-06-10
1
-0
/
+19
*
use proper encoding instead of True (addresses #112)
Jan Dittberner
2011-05-25
1
-7
/
+7
*
implement column type diff'ing
chrisw
2010-09-15
1
-10
/
+77
*
restore missing table header for column diffs
chrisw
2010-09-10
1
-2
/
+6
*
rewrite of schemadiff internals
chrisw
2010-09-10
3
-159
/
+281
*
silence console output
chrisw
2010-09-07
1
-23
/
+29
*
hopefully make py2.4 compatible
chrisw
2010-09-07
1
-3
/
+16
*
- capture deprecation warnings and assert they re as they should be
chrisw
2010-09-07
1
-4
/
+30
*
fix last exception import
iElectric
2010-09-07
1
-1
/
+2
*
move all exception classes to migrate.exceptions
iElectric
2010-09-07
6
-6
/
+7
*
small doc correction; fixes #67
iElectric
2010-07-11
1
-0
/
+1
*
update README and fix last bugs
iElectric
2010-07-08
1
-44
/
+47
*
fix SA06 compatibility in tests
iElectric
2010-07-07
1
-3
/
+9
*
fix unittests
Jan Dittberner
2010-07-04
1
-2
/
+2
*
move to unittest2, update README for testing instructions
iElectric
2010-06-20
2
-89
/
+89
*
move tests/ directory into migrate/tests (much better form) and fix all impor...
Bob Farrell
2010-06-10
16
-0
/
+2005