summaryrefslogtreecommitdiff
path: root/alembic/compat.py
Commit message (Expand)AuthorAgeFilesLines
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-0/+26
* - Fixed a variety of issues surrounding rendering of Python code thatMike Bayer2014-11-161-0/+31
* - use pyprinter for autogen so that we get indentation logicMike Bayer2014-11-061-0/+6
* - fix long lines within packageMike Bayer2014-09-091-2/+4
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-3/+10
* - The :class:`.ScriptDirectory` system that loads migration filesMike Bayer2013-12-311-7/+14
* Merge branch 'fix_python2_sql_output'Mike Bayer2013-11-211-0/+47
|\
| * Fixes to Py3k in-place compatibity regarding output encoding and related;Mike Bayer2013-11-211-5/+44
| * Fixes stdout --sql output in python2Javier Santacruz2013-10-171-0/+8
* | move _get_index_column_names into autogenerateMike Bayer2013-11-131-7/+0
* | - support SQLAlchemy ticket 2742 by ensuring that expressions in DDL are rend...Mike Bayer2013-11-131-0/+3
|/
* Fix #141: SQLA 0.7 compatibility for index column namesijl2013-10-151-2/+8
* - Ensured that strings going to stdout go through an encode/decode phase,Mike Bayer2013-08-231-1/+18
* - fix version number in docs hereMike Bayer2013-04-141-3/+19
* - will call this 0.6Mike Bayer2013-04-121-10/+16
* callable() revidedHong Minhee2013-04-131-0/+6
* Introduce compatibility moduleHong Minhee2013-04-131-0/+29