summaryrefslogtreecommitdiff
path: root/alembic/ddl
Commit message (Expand)AuthorAgeFilesLines
* - Added a rule for Postgresql to not render a "drop unique" and "drop index"Mike Bayer2014-11-212-0/+23
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-1/+1
* The Oracle dialect sets "transactional DDL" to False by default,Mike Bayer2014-11-181-1/+1
* - add a little step to get PG to work rudimentally, howeverMike Bayer2014-11-082-0/+14
* proof of conceptMike Bayer2014-11-072-0/+26
* - Added a workaround for SQLAlchemy issue #3023 (fixed in 0.9.5) whereMike Bayer2014-11-021-0/+16
* - Repaired issue related to the fix for #208 and others; a compositeMike Bayer2014-11-021-0/+2
* - Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`Mike Bayer2014-10-031-0/+6
* - compat for sqla 0.7Mike Bayer2014-09-201-0/+9
* - Added a routine by which the Postgresql Alembic dialect inspectsMike Bayer2014-09-202-1/+44
* - more tweaks for server defaults re: comparison, test resultsMike Bayer2014-09-201-3/+8
* Merge remote-tracking branch 'github/pr/16' into pr16Mike Bayer2014-09-201-1/+1
|\
| * - Added support for functional indexes when using theMike Bayer2014-08-271-1/+47
* | - coverage was not working (and needs to be fixed in SQLAlchemy too),Mike Bayer2014-09-141-2/+2
* | - move pretty much all of sqlalchemy.testing over for now, as we'dMike Bayer2014-09-141-2/+6
* | - fix long lines within packageMike Bayer2014-09-094-20/+22
* | - do an autopep8 pass for just about everything otherMike Bayer2014-09-097-178/+241
* | MS SQL is using sp_rename instead of Alter table to rename tableŁukasz Bołdys2014-09-091-1/+7
* | - Added support for functional indexes when using theMike Bayer2014-08-271-1/+47
|/
* - Some deep-in-the-weeds fixes to try to get "server default" comparisonMike Bayer2014-06-232-3/+15
* - Liberalized even more the check for MySQL indexes that shouldn't beMike Bayer2014-06-051-4/+13
* - This releases' "autogenerate index detection" bug, when a MySQL tableMike Bayer2014-05-021-2/+11
* use correct __mro__ for new mssql _Exec classes, fix #192Mike Bayer2014-03-281-2/+2
* - Added quoting to the table name when the special EXEC is run toMike Bayer2014-03-251-11/+30
* - add an additional fix to the MySQL fixes for re: #103.Mike Bayer2014-03-221-1/+1
* - Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,Mike Bayer2014-03-161-25/+88
* - Fixed bug where :meth:`.Operations.bulk_insert` would not functionMike Bayer2014-03-082-6/+12
* - Calling :func:`.bulk_insert` with an empty list will not emit anyMike Bayer2014-01-241-1/+2
* - repair the autogen index test which apparently wasn't running for PostgresqlMike Bayer2013-12-203-0/+40
* - Added new argument ``mssql_drop_foreign_key`` toMike Bayer2013-12-061-3/+23
* Ensure a commit is followed by a GOdonkopotamus2013-11-281-0/+5
* - Fixed bug where :func:`.op.alter_column` in the MySQL dialectMike Bayer2013-11-261-3/+3
* Added new kw argument to :meth:`.EnvironmentContext.configure`Mike Bayer2013-07-112-6/+7
* - will call this 0.6Mike Bayer2013-04-121-10/+3
* callable() revidedHong Minhee2013-04-131-4/+2
* Use collections.Callable ABC instead of callable() predicateHong Minhee2013-04-131-1/+3
* Introduce compatibility moduleHong Minhee2013-04-132-12/+8
* Use io instead of codecs and StringIOHong Minhee2013-04-131-1/+4
* basestring and str are gone since Python 3Hong Minhee2013-04-132-2/+13
* Make metaclass compatible for both 2 and 3Hong Minhee2013-04-131-2/+1
* Use relative importsHong Minhee2013-04-118-24/+30
* Fixed format of RENAME for table that includesMike Bayer2013-04-041-0/+9
* Fixed bug whereby double quoting would be appliedMike Bayer2013-04-041-1/+1
* transactional_ddl flag for SQLite, MySQL dialectsMike Bayer2013-04-042-1/+7
* Removed unused imports from alembic/ directoryHong Minhee2013-03-311-2/+1
* The "implicit" constraint generated by aMike Bayer2013-01-101-0/+39
* do not fail when compare_server_default compares None valuesBruno Binet2012-09-271-0/+3
* add schema support for add_column, drop_column, alter_column, drop_table oper...Bruno Binet2012-09-251-4/+4
* - changelog + support for remove autoincMike Bayer2012-08-221-1/+1
* - tests for pull request #21Mike Bayer2012-08-221-8/+13