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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fixed bug where foreign key options including "onupdate",
Mike Bayer
2015-05-18
1
-0
/
+75
*
- add test for FKC with multiple kwargs, reference #92
Mike Bayer
2015-05-18
1
-0
/
+15
*
- Fixed bug where the case of multiple mergepoints that all
Mike Bayer
2015-05-03
1
-0
/
+149
*
- Added support for type comparison functions to be not just per
Mike Bayer
2015-04-30
1
-0
/
+26
*
- Added a new option
Mike Bayer
2015-04-07
3
-2
/
+46
*
- dont rely on inpsect import, not in SQLA 0.7
Mike Bayer
2015-03-28
1
-4
/
+3
*
- don't use op.f(), only works with later SQLA versions
Mike Bayer
2015-03-28
1
-4
/
+4
*
- Fully implemented the
Mike Bayer
2015-03-27
1
-0
/
+126
*
- Repaired support for the :meth:`.BatchOperations.create_index`
Mike Bayer
2015-03-27
1
-2
/
+45
*
- changelog for #266
Mike Bayer
2015-03-19
1
-6
/
+7
*
Merge branch 'issue266' of https://bitbucket.org/jerdfelt/alembic into pr39
Mike Bayer
2015-03-19
1
-0
/
+15
|
\
|
*
Raise exception if autogenerate is tried with as_sql=True
Johannes Erdfelt
2015-02-23
1
-0
/
+15
*
|
- Fixed bug where the mssql DROP COLUMN directive failed to include
Mike Bayer
2015-03-11
1
-0
/
+5
*
|
- Postgresql "functional" indexes are necessarily skipped from the
Mike Bayer
2015-03-10
1
-1
/
+27
|
/
*
- Fixed bug where MySQL backend would report dropped unique indexes
Mike Bayer
2015-02-20
2
-7
/
+26
*
- additional fix which impacts #267. fix filtered_heads() to accommodate
Mike Bayer
2015-02-08
2
-0
/
+14
*
- move resolution of "starting rev" for --sql mode into
Mike Bayer
2015-02-03
1
-0
/
+34
*
remove errant pdb
Mike Bayer
2015-01-23
1
-3
/
+0
*
- Added a new feature :attr:`.Config.attributes`, to help with the use
Mike Bayer
2015-01-23
1
-0
/
+17
*
- Added support for "alembic stamp" to work when given "heads" as an
Mike Bayer
2015-01-23
1
-0
/
+17
*
- fix all flake8
Mike Bayer
2015-01-23
1
-187
/
+116
*
- the enum render is an 0.9 regression, apparently we used
Mike Bayer
2015-01-13
1
-2
/
+6
*
Merge https://bitbucket.org/dtheodor/alembic/branch/master into pr37
Mike Bayer
2015-01-12
1
-3
/
+67
|
\
|
*
Change single-quoting of floats in PostgreSQL compare_server_default
Dimitris Theodorou
2015-01-12
1
-3
/
+67
*
|
checked test failure
Dimitris Theodorou
2015-01-12
1
-0
/
+3
*
|
Enum autogenerate renders the native_enum flag as well
Dimitris Theodorou
2015-01-12
1
-0
/
+6
|
/
*
- The rendering of a :class:`~sqlalchemy.schema.ForeignKeyConstraint`
Mike Bayer
2015-01-10
1
-0
/
+61
*
- Fixed bug in foreign key autogenerate where if the in-Python table
Mike Bayer
2015-01-10
2
-0
/
+106
*
- make this test use legal table designs
Mike Bayer
2015-01-10
1
-6
/
+4
*
- add/remove seemed backwards here
Mike Bayer
2015-01-10
1
-4
/
+4
*
- changelog: Fixed issue in autogenerate type rendering where types that belong
Mike Bayer
2015-01-09
1
-2
/
+23
*
- Fixed regression in new versioning system where upgrade / history
Mike Bayer
2014-12-30
1
-1
/
+21
*
- Adjusted the SQLite backend regarding autogen of unique constraints
Mike Bayer
2014-12-14
1
-4
/
+6
*
- identify a test that can't pass on 0.8 for now
Mike Bayer
2014-12-13
1
-0
/
+3
*
- also add an explicit schema test for the multi fk condition
Mike Bayer
2014-12-13
1
-24
/
+49
*
- Fixed bug in batch where if the target table contained multiple
Mike Bayer
2014-12-13
1
-0
/
+25
*
-Repaired a regression in both the MSSQL and Oracle dialects whereby
Mike Bayer
2014-12-12
1
-1
/
+2
*
- adjust test here so that it applies to all backends
Mike Bayer
2014-12-04
1
-18
/
+19
*
MySQL: Ignore unique indexes when removing implicit indexes
Johannes Erdfelt
2014-12-04
1
-0
/
+19
*
- use a much bigger stamp here as only three chars can collide quite easily
Mike Bayer
2014-12-01
1
-1
/
+1
*
- repair the rendering of add_fk_constraint(), quoting there too
Mike Bayer
2014-11-30
2
-4
/
+33
*
- naming convention limited to SQLA 0.9.4 or greater
Mike Bayer
2014-11-30
1
-0
/
+1
*
- fix drop_foreign_key to include that this only works with SQLite
Mike Bayer
2014-11-30
2
-1
/
+10
*
- Added :paramref:`~.Operations.batch_alter_table.naming_convention`
Mike Bayer
2014-11-30
1
-0
/
+24
*
- name the include_object hook "foreign_key_constraint"
Mike Bayer
2014-11-30
2
-7
/
+42
*
- refactor the FK merge a bit
Mike Bayer
2014-11-30
3
-91
/
+308
*
- Merge branch 'add_fk_check' of https://bitbucket.org/akamyshnikova/alembic ...
Mike Bayer
2014-11-30
2
-37
/
+288
|
\
|
*
Fix failing unittests and update compare_fk method
Ann Kamyshnikova
2014-11-25
1
-1
/
+2
|
*
Add composite fk support, add more tests
Ann Kamyshnikova
2014-11-07
1
-1
/
+146
|
*
Update and add some tests for checking fk
Ann Kamyshnikova
2014-11-07
2
-20
/
+113
[next]