summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* - add a missing @classmethod decorator...Mike Bayer2014-11-241-0/+1
* - The ``alembic revision`` command accepts the ``--sql`` option toMike Bayer2014-11-231-0/+22
* - Relative revision identifiers as used with ``alembic upgrade``,Mike Bayer2014-11-231-0/+46
* - ensure we include for dependencies when we do a stamp, add an optionMike Bayer2014-11-231-0/+7
* - add another test around something that is bugging/confusing me...Mike Bayer2014-11-221-0/+66
* - fixesMike Bayer2014-11-221-33/+68
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-221-16/+63
* - break out the concept of "down revision" into two pieces:Mike Bayer2014-11-221-0/+157
* - support the case where a mergepoint has a branchpoint immediatelyMike Bayer2014-11-221-14/+167
* ModelOne now has unique constraints so require thatMike Bayer2014-11-211-0/+2
* - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-211-0/+19
* include indexes in batchMike Bayer2014-11-212-9/+50
* - A change in the ordering when columns and constraints are dropped;Mike Bayer2014-11-211-53/+89
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-207-117/+1585
* - changelog + some polishMike Bayer2014-11-201-9/+15
* Merge branch '242-config-vars' of https://bitbucket.org/nibrahim/alembic into...Mike Bayer2014-11-201-0/+14
|\
| * Adds tests for config_argsNoufal Ibrahim2014-11-201-0/+14
* | - Fixed a variety of issues surrounding rendering of Python code thatMike Bayer2014-11-161-37/+104
|/
* - reorganize tests that deal with running scriptsMike Bayer2014-11-105-173/+181
* - move the tests concerning #95 to test_versioning, which is currentlyMike Bayer2014-11-102-31/+43
* Merge branch 'add_column_with_index' of https://bitbucket.org/davidszotten/al...Mike Bayer2014-11-101-0/+9
|\
| * Create index in add_column if requestedDavid Szotten2014-10-161-0/+9
* | - test fixupMike Bayer2014-11-092-1/+37
* | - add a type here so that to account for pre-0.9 FK/type supportMike Bayer2014-11-091-1/+1
* | Merge branch 'master' into batch_alterMike Bayer2014-11-091-7/+11
|\ \
| * | - adjust these to account for some MySQL deprecations regardingMike Bayer2014-11-091-7/+11
* | | - add some connection cleanupMike Bayer2014-11-093-4/+10
* | | - add a little step to get PG to work rudimentally, howeverMike Bayer2014-11-081-3/+13
* | | - start docsMike Bayer2014-11-081-0/+29
* | | - round trip testsMike Bayer2014-11-081-7/+148
* | | Merge branch 'master' into batch_alterMike Bayer2014-11-082-2/+42
|\ \ \ | |/ /
| * | - The :class:`~sqlalchemy.schema.Table` object is now returned whenMike Bayer2014-11-082-2/+42
* | | - finish up most featuresMike Bayer2014-11-081-22/+172
* | | move thisMike Bayer2014-11-081-2/+1
* | | - testing approaches for BatchOperationsImpl and ApplyBatchImplMike Bayer2014-11-081-0/+182
* | | - add tests for batch autogenerateMike Bayer2014-11-071-12/+113
|/ /
* | - skip unique constraint tests on 0.7Mike Bayer2014-11-051-0/+3
* | - Indexes and unique constraints are now included in theMike Bayer2014-11-022-15/+179
* | - Bound parameters are now resolved as "literal" values within theMike Bayer2014-11-021-0/+11
* | - Added a workaround for SQLAlchemy issue #3023 (fixed in 0.9.5) whereMike Bayer2014-11-021-2/+39
* | - Repaired issue related to the fix for #208 and others; a compositeMike Bayer2014-11-021-0/+36
* | - If the "alembic_version" table is present in the target metadata,Mike Bayer2014-10-291-9/+67
* | - the original rationale for defaulting the user-defined namespaceMike Bayer2014-10-211-1/+1
* | - amending d81619b50b9df7ff4458:Mike Bayer2014-10-201-1/+21
|/
* - fail this before 0.9Mike Bayer2014-10-111-0/+1
* - add tests for unique and quote flag on create_index()Mike Bayer2014-10-101-0/+14
* - Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`Mike Bayer2014-10-031-0/+39
* inspectMike Bayer2014-09-201-3/+3
* - fix this to be a definite non native boolean dialectMike Bayer2014-09-201-1/+3
* - Added a routine by which the Postgresql Alembic dialect inspectsMike Bayer2014-09-201-3/+103