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
/
operations.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
- fixed spelling mistake in docs
Raul Taranu
2015-04-21
1
-1
/
+1
*
- Added a new option
Mike Bayer
2015-04-07
1
-0
/
+10
*
- Fully implemented the
Mike Bayer
2015-03-27
1
-2
/
+10
*
- naming convention limited to SQLA 0.9.4 or greater
Mike Bayer
2014-11-30
1
-1
/
+1
*
- Added :paramref:`~.Operations.batch_alter_table.naming_convention`
Mike Bayer
2014-11-30
1
-2
/
+17
*
Merge branch 'master' of https://bitbucket.org/mmarquar/alembic
Mike Bayer
2014-11-30
1
-1
/
+1
|
\
|
*
Fix source_schema argument in BatchOperation.create_foreign_key
Malte Marquarding
2014-11-28
1
-1
/
+1
*
|
- Repaired the inspection, copying and rendering of CHECK constraints
Mike Bayer
2014-11-29
1
-2
/
+28
|
/
*
include indexes in batch
Mike Bayer
2014-11-21
1
-8
/
+22
*
- The "multiple heads / branches" feature has now landed. This is
Mike Bayer
2014-11-20
1
-60
/
+0
*
Merge branch 'add_column_with_index' of https://bitbucket.org/davidszotten/al...
Mike Bayer
2014-11-10
1
-0
/
+2
|
\
|
*
Create index in add_column if requested
David Szotten
2014-10-16
1
-0
/
+2
*
|
- test fixup
Mike Bayer
2014-11-09
1
-1
/
+3
*
|
Merge branch 'master' into batch_alter
Mike Bayer
2014-11-08
1
-4
/
+37
|
\
\
|
*
|
- The :class:`~sqlalchemy.schema.Table` object is now returned when
Mike Bayer
2014-11-08
1
-4
/
+37
|
|
/
*
|
- finish up most features
Mike Bayer
2014-11-08
1
-34
/
+36
*
|
proof of concept
Mike Bayer
2014-11-07
1
-3
/
+162
*
|
docstring
Mike Bayer
2014-11-07
1
-1
/
+65
*
|
- add support for autogenerate to include "batch"
Mike Bayer
2014-11-06
1
-2
/
+2
*
|
- sketch of how "batch operations" would work
Mike Bayer
2014-10-22
1
-3
/
+13
|
/
*
Merged in ltvolks/alembic/docs-153 (pull request #28)
Mike Bayer
2014-10-10
1
-2
/
+19
|
\
|
*
Update documentation for create_index parameters
Lucas Taylor
2014-10-10
1
-2
/
+19
*
|
- Added support for use of the :class:`~sqlalchemy.sql.elements.quoted_name`
Mike Bayer
2014-10-03
1
-20
/
+101
|
/
*
- move pretty much all of sqlalchemy.testing over for now, as we'd
Mike Bayer
2014-09-14
1
-1
/
+5
*
- update naming convention link to point to official docs
cleanup
Mike Bayer
2014-09-09
1
-8
/
+4
*
- fix long lines within package
Mike Bayer
2014-09-09
1
-50
/
+72
*
- do an autopep8 pass for just about everything other
Mike Bayer
2014-09-09
1
-75
/
+75
*
- Added support for functional indexes when using the
Mike Bayer
2014-08-27
1
-5
/
+22
*
- Added support for the ``initially``, ``match`` keyword arguments
Mike Bayer
2014-03-14
1
-5
/
+12
*
Extensive changes have been made to more fully support SQLAlchemy's new
Mike Bayer
2014-03-12
1
-6
/
+65
*
got the docs totally wrong on that
Mike Bayer
2014-03-08
1
-3
/
+3
*
- Fixed bug where :meth:`.Operations.bulk_insert` would not function
Mike Bayer
2014-03-08
1
-2
/
+49
*
- Added new argument ``mssql_drop_foreign_key`` to
Mike Bayer
2013-12-06
1
-0
/
+11
*
Fix #149: bulk_insert example does not import op like other examples
ijl
2013-10-15
1
-1
/
+2
*
Support 'deferrable' keyword argument for 'create_foreign_key' operation.
Pedro Romano
2013-08-25
1
-4
/
+9
*
Introduce compatibility module
Hong Minhee
2013-04-13
1
-5
/
+2
*
basestring and str are gone since Python 3
Hong Minhee
2013-04-13
1
-1
/
+5
*
Use relative imports
Hong Minhee
2013-04-11
1
-6
/
+8
*
Added :func:`.operations.create_primary_key`
Mike Bayer
2013-04-04
1
-0
/
+51
*
Fixed bug whereby create_index()
Mike Bayer
2013-02-15
1
-1
/
+1
*
- move to 0.5.0 as we are making some slight naming changes
Mike Bayer
2013-02-11
1
-26
/
+47
*
- get sphinx to render "type_" with the underscore
Mike Bayer
2013-02-04
1
-5
/
+15
*
update sqla links for 0.8 docs
Mike Bayer
2012-12-09
1
-4
/
+4
*
- [bug] Removed erroneous "emit_events" attribute
Mike Bayer
2012-10-20
1
-4
/
+0
*
- [feature] Support for tables in alternate schemas
Mike Bayer
2012-09-30
1
-10
/
+34
*
always pass schema name as a separate parameter
Bruno Binet
2012-09-25
1
-28
/
+33
*
add schema support for add/drop constraints and indexes
Bruno Binet
2012-09-25
1
-31
/
+55
*
add schema support for add_column, drop_column, alter_column, drop_table oper...
Bruno Binet
2012-09-25
1
-8
/
+21
*
import sqlalchemy.schema as sa_schema: s/schema/sa_schema/
Bruno Binet
2012-09-22
1
-30
/
+30
*
- tests for pull request #21
Mike Bayer
2012-08-22
1
-5
/
+7
[next]