summaryrefslogtreecommitdiff
path: root/alembic/ddl/base.py
Commit message (Expand)AuthorAgeFilesLines
* Various typing related updatesCaselIT2022-04-231-2/+4
* Add pep-484 type annotationsCaselIT2021-08-111-37/+126
* Add support identity columns.CaselIT2020-12-151-10/+30
* Render inline constraints for add_columnMike Bayer2020-02-061-1/+9
* Add support for computed columnsCaselIT2020-01-011-0/+11
* Bump to Alembic 1.1, bump requirementsMike Bayer2019-07-211-7/+2
* Removed force parameter from base.pyParth Shandilya2019-02-201-2/+2
* Implemented support for Table and Column CommentsMike Waites2019-01-101-0/+8
* zimports runMike Bayer2019-01-061-9/+9
* pure black run + flake8Mike Bayer2019-01-061-31/+32
* - squash merge of ticket_302 branchMike Bayer2015-07-031-62/+6
* - Fixed bug in foreign key autogenerate where if the in-Python tableMike Bayer2015-01-101-2/+3
* - refactor the FK merge a bitMike Bayer2014-11-301-0/+25
* - Repaired the inspection, copying and rendering of CHECK constraintsMike Bayer2014-11-291-1/+36
* - Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`Mike Bayer2014-10-031-0/+6
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-14/+46
* Use relative importsHong Minhee2013-04-111-1/+2
* whitespace removalMike Bayer2012-08-151-3/+3
* - add alter col default for PG/baseMike Bayer2011-11-291-7/+15
* implement server default, nullability for SQL serverMike Bayer2011-11-291-1/+14
* initial MySQL support, good thing we triedMike Bayer2011-11-281-11/+20
* pg uses DROP NOT NULL, keep this as the default and moveMike Bayer2011-11-271-1/+1
* - support for schema types in modify typeMike Bayer2011-11-271-0/+21
* fixMike Bayer2011-11-231-2/+2
* add rename column supportMike Bayer2011-11-231-0/+8
* - get more constraint construct to work, etc.Mike Bayer2011-04-211-1/+1
* - implement add_column, drop_column, start thinking about scaling up how we d...Mike Bayer2011-04-211-0/+12
* - clean up whitespaceMike Bayer2011-02-251-4/+4
* - basic DDL methodologyMike Bayer2010-04-241-0/+89
* work in progressMike Bayer2010-04-221-0/+0