summaryrefslogtreecommitdiff
path: root/alembic/ddl
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where the mssql DROP COLUMN directive failed to includeMike Bayer2015-03-111-1/+1
* - an adjustment to the logic for #282 - if the index we see hereMike Bayer2015-03-101-0/+2
* - Postgresql "functional" indexes are necessarily skipped from theMike Bayer2015-03-101-1/+21
* - Fixed bug where MySQL backend would report dropped unique indexesMike Bayer2015-02-201-0/+34
* remove redundant Float type checkDimitris Theodorou2015-01-121-2/+2
* Change single-quoting of floats in PostgreSQL compare_server_defaultDimitris Theodorou2015-01-121-2/+5
* - Fixed bug in foreign key autogenerate where if the in-Python tableMike Bayer2015-01-101-2/+3
* - put sqlalchemy master here as SQLA issue https://bitbucket.org/zzzeek/sqlal...Mike Bayer2014-12-191-1/+0
* - Adjusted the SQLite backend regarding autogen of unique constraintsMike Bayer2014-12-141-7/+7
* -Repaired a regression in both the MSSQL and Oracle dialects wherebyMike Bayer2014-12-123-3/+4
* - adjust test here so that it applies to all backendsMike Bayer2014-12-041-2/+2
* MySQL: Ignore unique indexes when removing implicit indexesJohannes Erdfelt2014-12-041-0/+2
* - refactor the FK merge a bitMike Bayer2014-11-302-1/+25
* - Repaired the inspection, copying and rendering of CHECK constraintsMike Bayer2014-11-291-1/+36
* - 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