summaryrefslogtreecommitdiff
path: root/alembic/templates/multidb
Commit message (Expand)AuthorAgeFilesLines
* - fixesMike Bayer2014-11-221-0/+1
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-221-0/+5
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-1/+2
* - amending d81619b50b9df7ff4458:Mike Bayer2014-10-201-0/+4
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-10/+12
* replacing eval in multidb template with globals() function lookupAndreas Grapentin2014-08-281-2/+2
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-141-0/+5
* - ensure that target_metadata is also present in the offline migration context,Mike Bayer2014-03-141-1/+2
* - make slug length default to 40, but also make it configurable.Mike Bayer2013-11-261-0/+4
* Merge pull request #1 from cacilhas/mastermike bayer2013-07-181-6/+4
|\
| * bugfix: close forgotten file descriptorsCacilhας, La Batalema2013-07-111-6/+4
* | Make the multidb env logger appear in default output.Scott Sturdivant2013-07-151-1/+1
|/
* - add name here to be inserted in the argumentMike Bayer2013-06-021-2/+2
* - [bug] Fixed the "multidb" template which was badly outMike Bayer2012-09-302-3/+5
* Merged in BryceLohr/alembic (pull request #14)Mike Bayer2012-09-302-21/+42
|\
| * Updated multidb env.py to use standard logger instead of direct stderr output...Bryce Lohr2012-04-271-3/+6
| * Updated the 'revision' command to pass the current Alembic config to the scri...Bryce Lohr2012-04-271-6/+12
| * Fixed engine name arg names as used in script template.Bryce Lohr2012-04-271-4/+4
| * Fixed kwarg passed in to multidb version scripts to reflect that it's the nam...Bryce Lohr2012-04-252-4/+4
| * Updated multidb template's env.py to be closer to generic's. Fixed invalid re...Bryce Lohr2012-04-251-6/+18
* | whitespace removalMike Bayer2012-08-151-8/+8
* | - [feature] New config argumentrel_0_3_3Mike Bayer2012-06-021-0/+4
|/
* templates pep8 E302 2 blank lines between functionsMarcin Kuzminski2012-02-081-0/+2
* - [bug] env.py templates callMike Bayer2012-01-261-4/+11
* documentation updates for 0.2Mike Bayer2012-01-241-0/+5
* - [feature] The naming of revision files canMike Bayer2012-01-241-1/+2
* switch to "from alembic import op" as its notMike Bayer2011-11-301-1/+1
* - add begin_transaction() env.py helper. Emits the appropriateMike Bayer2011-11-291-1/+2
* - fix some more file()->open() in docsMike Bayer2011-11-291-1/+1
* - rename autogenerate_metadata to target_metadata, autogenerate_sqlalchemy_pr...Mike Bayer2011-11-281-3/+3
* - rework MySQL + autogenerate so thatMike Bayer2011-11-281-0/+1
* more tests and now its sort of workingMike Bayer2011-11-271-0/+1
* implement autogenerate featureMike Bayer2011-11-272-6/+24
* - requires_connection() -> is_offline_mode()Mike Bayer2011-11-161-18/+41
* - add argparse to install requiresMike Bayer2011-11-141-7/+19
* - make start/end arguments available to environmentsMike Bayer2011-11-141-1/+6
* - get the "stamp" command to work in as_sqlMike Bayer2011-11-111-17/+31
* do "find the templates" identically to how sphinx does itMike Bayer2011-04-194-0/+114