index
:
delta/python-packages/alembic.git
batch_alter
cleanup
edit-latest
main
master
multi_branch
rel_0_1
rel_0_2
rel_0_6
rel_0_7
reproduce_pytest_196
ticket_301
ticket_302
ticket_306
ticket_318
tmp
upgrade_testing
github.com: sqlalchemy/alembic.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
alembic
/
ddl
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fixed bug where the mssql DROP COLUMN directive failed to include
Mike Bayer
2015-03-11
1
-1
/
+1
*
- an adjustment to the logic for #282 - if the index we see here
Mike Bayer
2015-03-10
1
-0
/
+2
*
- Postgresql "functional" indexes are necessarily skipped from the
Mike Bayer
2015-03-10
1
-1
/
+21
*
- Fixed bug where MySQL backend would report dropped unique indexes
Mike Bayer
2015-02-20
1
-0
/
+34
*
remove redundant Float type check
Dimitris Theodorou
2015-01-12
1
-2
/
+2
*
Change single-quoting of floats in PostgreSQL compare_server_default
Dimitris Theodorou
2015-01-12
1
-2
/
+5
*
- Fixed bug in foreign key autogenerate where if the in-Python table
Mike Bayer
2015-01-10
1
-2
/
+3
*
- put sqlalchemy master here as SQLA issue https://bitbucket.org/zzzeek/sqlal...
Mike Bayer
2014-12-19
1
-1
/
+0
*
- Adjusted the SQLite backend regarding autogen of unique constraints
Mike Bayer
2014-12-14
1
-7
/
+7
*
-Repaired a regression in both the MSSQL and Oracle dialects whereby
Mike Bayer
2014-12-12
3
-3
/
+4
*
- adjust test here so that it applies to all backends
Mike Bayer
2014-12-04
1
-2
/
+2
*
MySQL: Ignore unique indexes when removing implicit indexes
Johannes Erdfelt
2014-12-04
1
-0
/
+2
*
- refactor the FK merge a bit
Mike Bayer
2014-11-30
2
-1
/
+25
*
- Repaired the inspection, copying and rendering of CHECK constraints
Mike Bayer
2014-11-29
1
-1
/
+36
*
- Added a rule for Postgresql to not render a "drop unique" and "drop index"
Mike Bayer
2014-11-21
2
-0
/
+23
*
- The "multiple heads / branches" feature has now landed. This is
Mike Bayer
2014-11-20
1
-1
/
+1
*
The Oracle dialect sets "transactional DDL" to False by default,
Mike Bayer
2014-11-18
1
-1
/
+1
*
- add a little step to get PG to work rudimentally, however
Mike Bayer
2014-11-08
2
-0
/
+14
*
proof of concept
Mike Bayer
2014-11-07
2
-0
/
+26
*
- Added a workaround for SQLAlchemy issue #3023 (fixed in 0.9.5) where
Mike Bayer
2014-11-02
1
-0
/
+16
*
- Repaired issue related to the fix for #208 and others; a composite
Mike Bayer
2014-11-02
1
-0
/
+2
*
- Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`
Mike Bayer
2014-10-03
1
-0
/
+6
*
- compat for sqla 0.7
Mike Bayer
2014-09-20
1
-0
/
+9
*
- Added a routine by which the Postgresql Alembic dialect inspects
Mike Bayer
2014-09-20
2
-1
/
+44
*
- more tweaks for server defaults re: comparison, test results
Mike Bayer
2014-09-20
1
-3
/
+8
*
Merge remote-tracking branch 'github/pr/16' into pr16
Mike Bayer
2014-09-20
1
-1
/
+1
|
\
|
*
- Added support for functional indexes when using the
Mike Bayer
2014-08-27
1
-1
/
+47
*
|
- coverage was not working (and needs to be fixed in SQLAlchemy too),
Mike Bayer
2014-09-14
1
-2
/
+2
*
|
- move pretty much all of sqlalchemy.testing over for now, as we'd
Mike Bayer
2014-09-14
1
-2
/
+6
*
|
- fix long lines within package
Mike Bayer
2014-09-09
4
-20
/
+22
*
|
- do an autopep8 pass for just about everything other
Mike Bayer
2014-09-09
7
-178
/
+241
*
|
MS SQL is using sp_rename instead of Alter table to rename table
Łukasz Bołdys
2014-09-09
1
-1
/
+7
*
|
- Added support for functional indexes when using the
Mike Bayer
2014-08-27
1
-1
/
+47
|
/
*
- Some deep-in-the-weeds fixes to try to get "server default" comparison
Mike Bayer
2014-06-23
2
-3
/
+15
*
- Liberalized even more the check for MySQL indexes that shouldn't be
Mike Bayer
2014-06-05
1
-4
/
+13
*
- This releases' "autogenerate index detection" bug, when a MySQL table
Mike Bayer
2014-05-02
1
-2
/
+11
*
use correct __mro__ for new mssql _Exec classes, fix #192
Mike Bayer
2014-03-28
1
-2
/
+2
*
- Added quoting to the table name when the special EXEC is run to
Mike Bayer
2014-03-25
1
-11
/
+30
*
- add an additional fix to the MySQL fixes for re: #103.
Mike Bayer
2014-03-22
1
-1
/
+1
*
- Added/fixed support for MySQL "SET DEFAULT" / "DROP DEFAULT" phrases,
Mike Bayer
2014-03-16
1
-25
/
+88
*
- Fixed bug where :meth:`.Operations.bulk_insert` would not function
Mike Bayer
2014-03-08
2
-6
/
+12
*
- Calling :func:`.bulk_insert` with an empty list will not emit any
Mike Bayer
2014-01-24
1
-1
/
+2
*
- repair the autogen index test which apparently wasn't running for Postgresql
Mike Bayer
2013-12-20
3
-0
/
+40
*
- Added new argument ``mssql_drop_foreign_key`` to
Mike Bayer
2013-12-06
1
-3
/
+23
*
Ensure a commit is followed by a GO
donkopotamus
2013-11-28
1
-0
/
+5
*
- Fixed bug where :func:`.op.alter_column` in the MySQL dialect
Mike Bayer
2013-11-26
1
-3
/
+3
*
Added new kw argument to :meth:`.EnvironmentContext.configure`
Mike Bayer
2013-07-11
2
-6
/
+7
*
- will call this 0.6
Mike Bayer
2013-04-12
1
-10
/
+3
*
callable() revided
Hong Minhee
2013-04-13
1
-4
/
+2
*
Use collections.Callable ABC instead of callable() predicate
Hong Minhee
2013-04-13
1
-1
/
+3
[next]