summaryrefslogtreecommitdiff
path: root/alembic
Commit message (Expand)AuthorAgeFilesLines
* - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-213-0/+25
* include indexes in batchMike Bayer2014-11-213-40/+79
* - A change in the ordering when columns and constraints are dropped;Mike Bayer2014-11-211-16/+22
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-2014-467/+1727
* - changelog + some polishMike Bayer2014-11-201-3/+11
* Merge branch '242-config-vars' of https://bitbucket.org/nibrahim/alembic into...Mike Bayer2014-11-201-2/+7
|\
| * Changes name of variable.Noufal Ibrahim2014-11-161-5/+5
| * Adds cfg_vars to Config.Noufal Ibrahim2014-11-161-2/+7
* | The Oracle dialect sets "transactional DDL" to False by default,Mike Bayer2014-11-181-1/+1
* | - Fixed a variety of issues surrounding rendering of Python code thatMike Bayer2014-11-164-30/+99
|/
* Merge branch 'add_column_with_index' of https://bitbucket.org/davidszotten/al...Mike Bayer2014-11-101-0/+2
|\
| * Create index in add_column if requestedDavid Szotten2014-10-161-0/+2
* | - test fixupMike Bayer2014-11-092-18/+28
* | - add a little step to get PG to work rudimentally, howeverMike Bayer2014-11-083-0/+16
* | - round trip testsMike Bayer2014-11-081-7/+9
* | Merge branch 'master' into batch_alterMike Bayer2014-11-081-4/+37
|\ \
| * | - The :class:`~sqlalchemy.schema.Table` object is now returned whenMike Bayer2014-11-081-4/+37
* | | - finish up most featuresMike Bayer2014-11-082-45/+75
* | | - testing approaches for BatchOperationsImpl and ApplyBatchImplMike Bayer2014-11-081-30/+41
* | | proof of conceptMike Bayer2014-11-074-30/+292
* | | docstringMike Bayer2014-11-071-1/+65
* | | - add tests for batch autogenerateMike Bayer2014-11-071-0/+1
* | | - add support for autogenerate to include "batch"Mike Bayer2014-11-065-34/+112
* | | - use pyprinter for autogen so that we get indentation logicMike Bayer2014-11-062-23/+47
* | | Merge branch 'master' into batch_alterMike Bayer2014-11-066-51/+103
|\ \ \ | |/ /
| * | - Indexes and unique constraints are now included in theMike Bayer2014-11-022-31/+53
| * | - 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-022-5/+23
| * | - Repaired issue related to the fix for #208 and others; a compositeMike Bayer2014-11-021-0/+2
| * | - If the "alembic_version" table is present in the target metadata,Mike Bayer2014-10-292-7/+15
* | | - sketch of how "batch operations" would workMike Bayer2014-10-222-3/+138
|/ /
* | - the original rationale for defaulting the user-defined namespaceMike Bayer2014-10-212-7/+15
* | - amending d81619b50b9df7ff4458:Mike Bayer2014-10-205-4/+20
* | - Revision files are now written out using the ``'wb'`` modifier toMike Bayer2014-10-201-1/+1
|/
* Merged in ltvolks/alembic/docs-153 (pull request #28) Mike Bayer2014-10-101-2/+19
|\
| * Update documentation for create_index parametersLucas Taylor2014-10-101-2/+19
* | - Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`Mike Bayer2014-10-032-20/+107
|/
* - compat for sqla 0.7Mike Bayer2014-09-202-2/+13
* add missing util libMike Bayer2014-09-201-0/+19
* - Added a routine by which the Postgresql Alembic dialect inspectsMike Bayer2014-09-204-1/+56
* - get tests passing for 0.8, 0.7Mike Bayer2014-09-202-1/+8
* - more tweaks for server defaults re: comparison, test resultsMike Bayer2014-09-203-5/+14
* - restore _render_server_default_for_compare() to compare.py usingMike Bayer2014-09-201-7/+21
* - check SQLA version for drop w/ enums in PGMike Bayer2014-09-201-1/+1
* Merge remote-tracking branch 'github/pr/16' into pr16Mike Bayer2014-09-203-18/+23
|\
| * applied mikes patchCarlos Eduardo Rivera2014-09-082-8/+12
| * replacing eval in multidb template with globals() function lookupAndreas Grapentin2014-09-051-2/+2
| * - Added support for functional indexes when using theMike Bayer2014-08-272-6/+69
| * Rendering expressions for indexesCarlos Eduardo Rivera2014-08-272-7/+10
| * adding mike's patchCarlos Eduardo Rivera2014-08-271-20/+4