summaryrefslogtreecommitdiff
path: root/alembic/autogenerate
Commit message (Expand)AuthorAgeFilesLines
* - Fixed a variety of issues surrounding rendering of Python code thatMike Bayer2014-11-161-28/+58
* - add tests for batch autogenerateMike Bayer2014-11-071-0/+1
* - add support for autogenerate to include "batch"Mike Bayer2014-11-062-31/+95
* - use pyprinter for autogen so that we get indentation logicMike Bayer2014-11-061-23/+41
* - Indexes and unique constraints are now included in theMike Bayer2014-11-021-28/+43
* - Bound parameters are now resolved as "literal" values within theMike Bayer2014-11-021-8/+10
* - Added a workaround for SQLAlchemy issue #3023 (fixed in 0.9.5) whereMike Bayer2014-11-021-5/+7
* - If the "alembic_version" table is present in the target metadata,Mike Bayer2014-10-291-5/+11
* - the original rationale for defaulting the user-defined namespaceMike Bayer2014-10-211-3/+3
* - compat for sqla 0.7Mike Bayer2014-09-201-2/+4
* - Added a routine by which the Postgresql Alembic dialect inspectsMike Bayer2014-09-201-0/+10
* - get tests passing for 0.8, 0.7Mike Bayer2014-09-201-1/+1
* - more tweaks for server defaults re: comparison, test resultsMike Bayer2014-09-202-2/+6
* - restore _render_server_default_for_compare() to compare.py usingMike Bayer2014-09-201-7/+21
* Merge remote-tracking branch 'github/pr/16' into pr16Mike Bayer2014-09-202-17/+22
|\
| * applied mikes patchCarlos Eduardo Rivera2014-09-082-8/+12
| * Rendering expressions for indexesCarlos Eduardo Rivera2014-08-272-7/+10
| * adding mike's patchCarlos Eduardo Rivera2014-08-271-20/+4
| * moving textclause logic into _render_server_defaultCarlos Eduardo Rivera2014-08-251-11/+14
| * Adding TextClause support to server_defaultCarlos Eduardo Rivera2014-08-251-1/+8
* | - finish flake8 on testsMike Bayer2014-09-091-2/+1
* | - fix long lines within packageMike Bayer2014-09-094-47/+61
* | - do an autopep8 pass for just about everything otherMike Bayer2014-09-093-197/+245
|/
* Merged in paradoxxxzero/alembic/paradoxxxzero/fix-sorted-of-none-values-in-co...Mike Bayer2014-08-071-4/+2
|\
| * Alter autogenerate tests to show python3 problem on already existing tables sortFlorian Mounier2014-06-251-3/+0
| * Fix sorted of None values in compare for python 3paradoxxxzero2014-06-241-1/+2
* | Support autogenerating migrations for tables with 255 or more columnsRyan P. Kelly2014-08-071-10/+17
* | Merge remote-tracking branch 'github/pr/14' into pr14Mike Bayer2014-08-071-8/+4
|\ \ | |/ |/|
| * (hopefully) make the code a bit more readableAndreas Zeidler2014-06-041-9/+4
| * fix rendering of foreign key constraint when using a metadata schemaAndreas Zeidler2014-06-041-3/+4
* | - Some deep-in-the-weeds fixes to try to get "server default" comparisonMike Bayer2014-06-232-8/+15
|/
* - Fixed bug where the ``include_object()`` filter would not receiveMike Bayer2014-04-301-8/+2
* Fixed another bug regarding naming conventions, continuingMike Bayer2014-04-011-2/+2
* The feature that keeps on giving, index/unique constraint autogenerateMike Bayer2014-03-131-1/+14
* Extensive changes have been made to more fully support SQLAlchemy's newMike Bayer2014-03-121-8/+28
* - Added new argumentMike Bayer2014-02-011-6/+15
* - Added support for autogenerate covering the use case where :class:`.Table`Mike Bayer2014-01-302-4/+32
* Handle include_* arguments in compare_metadata()Roman Podoliaka2014-01-281-14/+27
* - changelog for pullreq 17Mike Bayer2014-01-191-16/+14
* Autogenerate index and unique's comparison takes schema into accountDimitris Theodorou2014-01-191-9/+10
* Schema fixes on rendering of alembic op. directivesDimitris Theodorou2014-01-191-7/+13
* - More fixes to index autodetection; indexes created with expressionsMike Bayer2014-01-111-2/+2
* - clean out test_autogenerateMike Bayer2013-12-271-0/+3
* - more for #157:Mike Bayer2013-12-272-26/+48
* - repair the autogen index test which apparently wasn't running for PostgresqlMike Bayer2013-12-201-148/+196
* fix incorrect var for log messageMike Bayer2013-12-111-1/+1
* - Fixed an issue with unique constraint autogenerate detection whereMike Bayer2013-12-111-3/+17
* - remember to add the SQLA prefixMike Bayer2013-11-171-4/+11
* wrap text() around itMike Bayer2013-11-131-3/+3
* move _get_index_column_names into autogenerateMike Bayer2013-11-132-8/+16