index
:
delta/python-packages/sqalchemy-migrate.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migrate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Un-break the version in migrate/__init__.py
0.8.2
Monty Taylor
2013-11-15
1
-1
/
+4
*
Fix the version number to match the last release.
Dan Prince
2013-11-15
1
-1
/
+1
*
Fix int overflow exception in unittest
0.8
Matt Riedemann
2013-11-06
1
-2
/
+17
*
Fix dropping of indexed columns in sqlite/sa08
Roman Podolyaka
2013-10-18
3
-3
/
+39
*
Run tests on PostgreSQL and MySQL too
Roman Podolyaka
2013-10-12
2
-10
/
+28
*
decouple index name generation from sqlalchemy version
Pádraig Brady
2013-09-23
1
-15
/
+19
*
Fix exceptions for SQLAlchemy 0.8
Pádraig Brady
2013-07-11
1
-2
/
+2
*
added bugfixes for 0.8
Josip Delic
2013-07-11
1
-0
/
+14
*
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
4
-6
/
+11
*
Import correct exceptions module (Fixes issue 154).
Alex Favaro
2013-02-09
1
-1
/
+1
*
apply patch for issue #72 by asuffield@gmail.com
asuffield@gmail.com
2012-01-23
2
-1
/
+11
*
Fix excludeTablesgetDiffOfModelAgainstModel is not passing
Jason Michalski
2011-12-17
2
-8
/
+24
*
start next development iteration
Jan Dittberner
2011-11-01
1
-1
/
+1
*
finalize changelog for 0.7.2
0.7.2
Jan Dittberner
2011-11-01
1
-1
/
+1
*
PEP-8 compliant script templates
Jan Dittberner
2011-10-29
2
-4
/
+8
*
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
5
-8
/
+11
*
remove obsolete manage.py_tmpl (related to issue 121)
Jan Dittberner
2011-10-28
2
-6
/
+0
*
generate if __name__ == "__main__" in manage.py (fixes issue 121)
Jan Dittberner
2011-10-28
2
-2
/
+5
*
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
*
|
merge fixes by wyenho
Jan Dittberner
2011-10-28
1
-2
/
+3
|
\
\
|
*
|
fixed issue 129
wyuenho@gmail.com
2011-10-02
1
-1
/
+1
|
*
|
fixed issue 83
wyuenho@gmail.com
2011-10-02
1
-1
/
+2
|
|
/
*
|
drop SQLAlchemy < 0.6 compatibility code
Jan Dittberner
2011-10-28
14
-200
/
+58
*
|
fix SQLAlchemy 0.6.x compatibility of issue 128 patch
Jan Dittberner
2011-10-28
1
-1
/
+11
*
|
fix issue 128: "table rename failure with sqlalchemy 0.7.x"
markbmc@gmail.com
2011-10-28
2
-8
/
+10
*
|
remove unused import
Dustin J. Mitchell
2011-07-10
1
-1
/
+0
*
|
Fix issue 124: ignore sqlite_sequence in comparing db to model
Dustin J. Mitchell
2011-07-10
1
-2
/
+10
|
/
*
Use two models in generated migrations. Test column addition and removal.
Gabriel
2011-07-07
3
-51
/
+95
*
Put constraints (positional) before args (keywords).
Gabriel
2011-07-05
1
-1
/
+1
*
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
6
-99
/
+159
*
Fix column creation in make_update_script_for_model.
Gabriel
2011-07-04
1
-15
/
+14
*
More concise declarative output.
Gabriel
2011-06-29
1
-18
/
+11
*
More pep8 compliant declarative output.
Gabriel
2011-06-29
1
-7
/
+8
*
Fix some tests that broke when adding descriptions for sql scripts
Pete Keen
2011-06-12
5
-16
/
+19
*
Allow descriptions in sql change script filenames
Pete Keen
2011-06-10
4
-16
/
+30
*
Optionally number versions with timestamps instead of sequences
Pete Keen
2011-06-10
4
-2
/
+46
*
start next development iteration
Jan Dittberner
2011-05-27
1
-1
/
+1
*
set migrate.__version__ to 0.7.1
Jan Dittberner
2011-05-27
1
-1
/
+1
*
fix column.create() properly
Jan Dittberner
2011-05-27
2
-3
/
+4
*
add migrate.__version__ (Fixes issue 111)
Jan Dittberner
2011-05-27
2
-0
/
+13
*
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
[next]