summaryrefslogtreecommitdiff
path: root/alembic
Commit message (Expand)AuthorAgeFilesLines
* - 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
| * 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