index
:
delta/python-packages/alembic.git
batch_alter
cleanup
edit-latest
main
master
multi_branch
rel_0_1
rel_0_2
rel_0_6
rel_0_7
reproduce_pytest_196
ticket_301
ticket_302
ticket_306
ticket_318
tmp
upgrade_testing
github.com: sqlalchemy/alembic.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
alembic
Commit message (
Expand
)
Author
Age
Files
Lines
*
- bootstrap support
Mike Bayer
2014-09-13
1
-1
/
+14
*
- finish up
Mike Bayer
2014-09-13
5
-17
/
+24
*
dev
Mike Bayer
2014-09-13
3
-28
/
+33
*
bulk insert
Mike Bayer
2014-09-13
2
-1
/
+2
*
- move towards sqlalchemy test base. autogenerate tests so far
Mike Bayer
2014-09-13
6
-0
/
+455
*
0.7 start
Mike Bayer
2014-09-13
1
-1
/
+1
*
0.6.7
rel_0_6_7
rel_0_6
Mike Bayer
2014-09-09
1
-1
/
+1
*
- update naming convention link to point to official docs
cleanup
Mike Bayer
2014-09-09
1
-8
/
+4
*
- finish flake8 on tests
Mike Bayer
2014-09-09
1
-2
/
+1
*
- fix long lines within package
Mike Bayer
2014-09-09
16
-171
/
+231
*
- do an autopep8 pass for just about everything other
Mike Bayer
2014-09-09
22
-658
/
+809
*
MS SQL is using sp_rename instead of Alter table to rename table
Łukasz Bołdys
2014-09-09
1
-1
/
+7
*
replacing eval in multidb template with globals() function lookup
Andreas Grapentin
2014-08-28
1
-2
/
+2
*
- Added support for functional indexes when using the
Mike Bayer
2014-08-27
2
-6
/
+69
*
- ignore __init__.py in versions directory, fixes #95.
Mike Bayer
2014-08-07
1
-2
/
+3
*
Merged in paradoxxxzero/alembic/paradoxxxzero/fix-sorted-of-none-values-in-co...
Mike Bayer
2014-08-07
1
-4
/
+2
|
\
|
*
Alter autogenerate tests to show python3 problem on already existing tables sort
Florian Mounier
2014-06-25
1
-3
/
+0
|
*
Fix sorted of None values in compare for python 3
paradoxxxzero
2014-06-24
1
-1
/
+2
*
|
Support autogenerating migrations for tables with 255 or more columns
Ryan P. Kelly
2014-08-07
1
-10
/
+17
*
|
Merge remote-tracking branch 'github/pr/14' into pr14
Mike Bayer
2014-08-07
1
-8
/
+4
|
\
\
|
*
|
(hopefully) make the code a bit more readable
Andreas Zeidler
2014-06-04
1
-9
/
+4
|
*
|
fix rendering of foreign key constraint when using a metadata schema
Andreas Zeidler
2014-06-04
1
-3
/
+4
*
|
|
this is 0.6.6
Mike Bayer
2014-06-24
1
-1
/
+1
|
|
/
|
/
|
*
|
- Some deep-in-the-weeds fixes to try to get "server default" comparison
Mike Bayer
2014-06-23
4
-11
/
+30
*
|
- When a run of Alembic command line fails due to ``CommandError``,
Mike Bayer
2014-06-12
1
-1
/
+4
*
|
- Liberalized even more the check for MySQL indexes that shouldn't be
Mike Bayer
2014-06-05
1
-4
/
+13
*
|
Eliminate {} (dict) default arg value for `opts`
Marc Abramowitz
2014-05-28
1
-1
/
+4
|
/
*
- changelog + test for MigrationContext.config
Mike Bayer
2014-05-25
1
-1
/
+5
*
Add EnvironmentContext and Config to MigrationContext
Marc Abramowitz
2014-05-19
2
-2
/
+13
*
- This releases' "autogenerate index detection" bug, when a MySQL table
Mike Bayer
2014-05-02
1
-2
/
+11
*
- Added new feature :paramref:`.EnvironmentContext.configure.transaction_per_...
Mike Bayer
2014-05-02
2
-38
/
+65
*
- Fixed bug where the ``include_object()`` filter would not receive
Mike Bayer
2014-04-30
1
-8
/
+2
*
- Fixed bug where :meth:`.EnvironmentContext.get_x_argument`
Mike Bayer
2014-04-04
1
-1
/
+4
*
Fixed another bug regarding naming conventions, continuing
Mike Bayer
2014-04-01
2
-3
/
+3
*
use correct __mro__ for new mssql _Exec classes, fix #192
Mike Bayer
2014-03-28
1
-2
/
+2
*
- Added quoting to the table name when the special EXEC is run to
Mike Bayer
2014-03-25
1
-11
/
+30
*
- add an additional fix to the MySQL fixes for re: #103.
Mike Bayer
2014-03-22
1
-1
/
+1
*
- Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,
Mike Bayer
2014-03-16
1
-25
/
+88
*
- Added support for the ``initially``, ``match`` keyword arguments
Mike Bayer
2014-03-14
1
-5
/
+12
*
- Altered the support for "sourceless" migration files (e.g. only
Mike Bayer
2014-03-14
4
-11
/
+37
*
- ensure that target_metadata is also present in the offline migration context,
Mike Bayer
2014-03-14
3
-3
/
+4
*
The feature that keeps on giving, index/unique constraint autogenerate
Mike Bayer
2014-03-13
1
-1
/
+14
*
Extensive changes have been made to more fully support SQLAlchemy's new
Mike Bayer
2014-03-12
3
-14
/
+94
*
- Suppressed IOErrors which can raise when program output pipe
Mike Bayer
2014-03-10
1
-1
/
+7
*
got the docs totally wrong on that
Mike Bayer
2014-03-08
1
-3
/
+3
*
- Fixed bug where :meth:`.Operations.bulk_insert` would not function
Mike Bayer
2014-03-08
3
-8
/
+61
*
- Fixed a failure of the system that allows "legacy keyword arguments"
Mike Bayer
2014-02-24
1
-1
/
+9
*
- 0.6.4
Mike Bayer
2014-02-17
1
-1
/
+1
*
Return the script object from command.revision
Robbie Coomber
2014-02-17
1
-1
/
+2
*
Removed unreachable raise statement
Jayson Reis
2014-02-13
1
-1
/
+1
[next]