summaryrefslogtreecommitdiff
path: root/alembic
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | - py3k fixMike Bayer2014-09-141-3/+6
* | - coverage was not working (and needs to be fixed in SQLAlchemy too),Mike Bayer2014-09-1413-43/+97
* | - discover # noqaMike Bayer2014-09-143-7/+6
* | fixes for the nose runnerMike Bayer2014-09-141-1/+1
* | - add plugin directoryMike Bayer2014-09-145-0/+1022
* | - move pretty much all of sqlalchemy.testing over for now, as we'dMike Bayer2014-09-1415-42/+839
* | - bootstrap supportMike Bayer2014-09-131-1/+14
* | - finish upMike Bayer2014-09-135-17/+24
* | devMike Bayer2014-09-133-28/+33
* | bulk insertMike Bayer2014-09-132-1/+2
* | - move towards sqlalchemy test base. autogenerate tests so farMike Bayer2014-09-136-0/+455
* | 0.7 startMike Bayer2014-09-131-1/+1
* | 0.6.7rel_0_6_7rel_0_6Mike Bayer2014-09-091-1/+1
* | - update naming convention link to point to official docscleanupMike Bayer2014-09-091-8/+4
* | - finish flake8 on testsMike Bayer2014-09-091-2/+1
* | - fix long lines within packageMike Bayer2014-09-0916-171/+231
* | - do an autopep8 pass for just about everything otherMike Bayer2014-09-0922-658/+809
* | MS SQL is using sp_rename instead of Alter table to rename tableŁukasz Bołdys2014-09-091-1/+7
* | replacing eval in multidb template with globals() function lookupAndreas Grapentin2014-08-281-2/+2
* | - Added support for functional indexes when using theMike Bayer2014-08-272-6/+69
|/
* - ignore __init__.py in versions directory, fixes #95.Mike Bayer2014-08-071-2/+3
* 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
* | | this is 0.6.6Mike Bayer2014-06-241-1/+1
| |/ |/|
* | - Some deep-in-the-weeds fixes to try to get "server default" comparisonMike Bayer2014-06-234-11/+30
* | - When a run of Alembic command line fails due to ``CommandError``,Mike Bayer2014-06-121-1/+4
* | - Liberalized even more the check for MySQL indexes that shouldn't beMike Bayer2014-06-051-4/+13
* | Eliminate {} (dict) default arg value for `opts`Marc Abramowitz2014-05-281-1/+4
|/
* - changelog + test for MigrationContext.configMike Bayer2014-05-251-1/+5
* Add EnvironmentContext and Config to MigrationContextMarc Abramowitz2014-05-192-2/+13
* - This releases' "autogenerate index detection" bug, when a MySQL tableMike Bayer2014-05-021-2/+11
* - Added new feature :paramref:`.EnvironmentContext.configure.transaction_per_...Mike Bayer2014-05-022-38/+65
* - Fixed bug where the ``include_object()`` filter would not receiveMike Bayer2014-04-301-8/+2
* - Fixed bug where :meth:`.EnvironmentContext.get_x_argument`Mike Bayer2014-04-041-1/+4
* Fixed another bug regarding naming conventions, continuingMike Bayer2014-04-012-3/+3
* use correct __mro__ for new mssql _Exec classes, fix #192Mike Bayer2014-03-281-2/+2
* - Added quoting to the table name when the special EXEC is run toMike Bayer2014-03-251-11/+30
* - add an additional fix to the MySQL fixes for re: #103.Mike Bayer2014-03-221-1/+1
* - Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,Mike Bayer2014-03-161-25/+88
* - Added support for the ``initially``, ``match`` keyword argumentsMike Bayer2014-03-141-5/+12
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-144-11/+37
* - ensure that target_metadata is also present in the offline migration context,Mike Bayer2014-03-143-3/+4
* The feature that keeps on giving, index/unique constraint autogenerateMike Bayer2014-03-131-1/+14