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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire github mirror, repo moved to opendev
HEAD
master
Jim Rollenhagen
2019-09-26
31
-4252
/
+0
*
Merge "Fix spelling mistake"
Jenkins
2017-03-24
2
-3
/
+3
|
\
|
*
Fix spelling mistake
dineshbhor
2016-10-26
2
-3
/
+3
*
|
Set autoincrement to False when modifying to non-Integer datatype
Mike Bayer
2016-10-20
1
-0
/
+13
|
/
*
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
2
-3
/
+6
*
Ignore stderr output when invoking migrate script in tests
Mike Bayer
2015-07-01
1
-15
/
+34
*
Merge "Don't run the test if _setup() fails"
0.9.5
Jenkins
2015-02-24
1
-12
/
+2
|
\
|
*
Don't run the test if _setup() fails
Roman Podoliaka
2015-02-23
1
-12
/
+2
*
|
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
*
|
allow dropping fkeys with sqlite
Matt Riedemann
2015-02-20
1
-1
/
+1
*
|
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
*
Merge "Fix 3 files with Windows line endings to Unix line endings."
Jenkins
2014-07-22
1
-90
/
+88
|
\
|
*
Fix 3 files with Windows line endings to Unix line endings.
David Ripton
2014-02-27
1
-90
/
+88
*
|
Merge "Move patch from oslo to drop unique constraints with sqlite"
0.9.1
Jenkins
2014-05-05
1
-1
/
+1
|
\
\
|
*
|
Move patch from oslo to drop unique constraints with sqlite
Matt Riedemann
2014-04-15
1
-1
/
+1
*
|
|
Port to Python3
Cyril Roelandt
2014-04-09
11
-41
/
+56
|
/
/
*
|
tests: Replace "self.assert_" by "self.assertTrue"
Cyril Roelandt
2014-03-31
13
-108
/
+108
*
|
Merge "Eradicate trailing whitespace"
Jenkins
2014-03-29
14
-85
/
+85
|
\
\
|
*
|
Eradicate trailing whitespace
David Ripton
2014-02-26
14
-85
/
+85
|
|
/
*
|
fix scripttest compat
Thomas Goirand
2014-03-05
1
-1
/
+0
|
/
*
Add DB2 10.5 Support
Matt Riedemann
2014-02-17
6
-13
/
+65
*
Fix dropping of indexed columns in sqlite/sa08
Roman Podolyaka
2013-10-18
1
-1
/
+34
*
Run tests on PostgreSQL and MySQL too
Roman Podolyaka
2013-10-12
2
-10
/
+28
*
Fix exceptions for SQLAlchemy 0.8
Pádraig Brady
2013-07-11
1
-2
/
+2
*
Updated to OpenStack Build stuff.
Monty Taylor
2013-07-11
15
-162
/
+152
*
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
3
-5
/
+9
*
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
5
-39
/
+17
*
fix issue 128: "table rename failure with sqlalchemy 0.7.x"
markbmc@gmail.com
2011-10-28
1
-1
/
+9
*
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
*
fix column.create() properly
Jan Dittberner
2011-05-27
1
-2
/
+0
*
add migrate.__version__ (Fixes issue 111)
Jan Dittberner
2011-05-27
1
-0
/
+11
*
fix unit test for adding new columns with foreign keys
Jan Dittberner
2011-05-26
1
-1
/
+8
*
SQLAlchemy 0.7's column.foreign_keys is a set and has no _list (addresses #112)
Jan Dittberner
2011-05-25
1
-8
/
+32
[next]