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
Commit message (
Expand
)
Author
Age
Files
Lines
*
update version number in docs/conf.py
0.7
Jan Dittberner
2011-05-27
1
-2
/
+2
*
add migrate.__version__ (Fixes issue 111)
Jan Dittberner
2011-05-27
3
-0
/
+14
*
update changelog and version information
Jan Dittberner
2011-05-27
2
-4
/
+18
*
bump version number to 0.7 to indicate SQLA 0.7 compatibility
Jan Dittberner
2011-05-27
1
-1
/
+1
*
no special treatment for SQLA 0.7 required in migrate.changeset.ansisql
Jan Dittberner
2011-05-27
1
-8
/
+4
*
remove commented code
Jan Dittberner
2011-05-26
1
-5
/
+0
*
fix unit test for adding new columns with foreign keys
Jan Dittberner
2011-05-26
2
-4
/
+20
*
use DatabaseError instead of ProgrammingError because behaviour seems to be d...
Jan Dittberner
2011-05-25
1
-1
/
+1
*
table.drop() raises ProgrammingError in SQLAlchemy 0.7 instead of SQLError (a...
Jan Dittberner
2011-05-25
1
-4
/
+11
*
SQLAlchemy 0.7's column.foreign_keys is a set and has no _list (addresses #112)
Jan Dittberner
2011-05-25
1
-8
/
+32
*
use proper encoding instead of True (addresses #112)
Jan Dittberner
2011-05-25
1
-7
/
+7
*
fix one more test (addresses #112)
Jan Dittberner
2011-05-25
1
-1
/
+4
*
use Table._columns to remove columns (addresses #112)
Jan Dittberner
2011-05-25
2
-2
/
+6
*
psycopg2 downloads from initrd.org work without workaround
Jan Dittberner
2011-05-25
1
-3
/
+1
*
add Developing with migrations tutorial link
iElectric
2011-05-08
1
-0
/
+1
*
merge
iElectric
2011-04-29
11
-115
/
+99
|
\
|
*
start next iteration
Jan Dittberner
2011-02-11
3
-3
/
+6
|
*
update version in docs/conf.py
Jan Dittberner
2011-02-11
1
-3
/
+3
|
*
Added tag v0.6.1 for changeset c2526dce0768
Jan Dittberner
2011-02-11
1
-0
/
+1
|
*
finalize changelog for 0.6.1
0.6.1
Jan Dittberner
2011-02-11
1
-1
/
+1
|
*
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
4
-120
/
+42
|
*
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
|
*
merge
Domen Kožar
2011-02-05
1
-1
/
+1
|
|
\
|
|
*
use mirrored copy of kinterbasedb to cope with SourceForge reliability problems
Jan Dittberner
2011-02-05
1
-1
/
+1
|
*
|
fixes #107
Domen Kožar
2011-02-05
2
-7
/
+8
|
|
/
|
*
fixes #106
Domen Kožar
2011-02-05
2
-6
/
+10
*
|
add elixir tutorial to docs
iElectric
2011-04-29
2
-1
/
+9
|
/
*
fixes #105
iElectric
2010-12-06
1
-1
/
+1
*
merge
iElectric
2010-11-16
3
-8
/
+29
|
\
|
*
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
*
|
adding faq section to docs
iElectric
2010-11-16
2
-0
/
+14
|
/
*
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
3
-1
/
+8
|
\
|
*
update changelog
iElectric
2010-09-12
1
-0
/
+1
|
*
fixed #92
iElectric
2010-09-12
2
-1
/
+6
*
|
update changelog
chrisw
2010-09-16
1
-0
/
+2
*
|
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
[next]