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
*
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
*
apply patch for Issue #43 (better SQLite support) by Florian Apolloner
jan.dittberner
2008-12-30
1
-13
/
+37
*
fixes to postgres, shell. removal of "run" module.
percious17
2008-12-02
1
-5
/
+20
*
now all databases are running at once.
percious17
2008-12-02
1
-0
/
+1
*
all tests pass with postgres now
percious17
2008-12-02
1
-13
/
+11
*
most of the tests are now working with nose.
percious17
2008-12-02
3
-3
/
+21
*
missed a postgres identifier quoting on renaming
percious17
2008-11-27
1
-1
/
+2
*
added hook functions which allow the dialects to specify how to indicate iden...
percious17
2008-11-26
1
-2
/
+11
*
add support for SA 0.5
christian.simms
2008-08-28
2
-5
/
+5
*
- make test_shell not assume Python code is compiled
christian.simms
2008-03-21
1
-1
/
+1
*
integrated patch by Christian Simms posted at http://groups.google.com/group/...
jan.dittberner
2008-02-14
2
-1
/
+2
*
moved trunk, branches and tags to project root
jan.dittberner
2008-02-06
6
-0
/
+238