[Python-modules-commits] [sqlalchemy] branch master updated (9a97eaa -> 9f9daa8)
Piotr Ożarowski
piotr at moszumanska.debian.org
Thu Jul 20 13:32:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch master
in repository sqlalchemy.
from 9a97eaa provide symlinks to documentation also in python3-sqlalchemy's default docs dir
new 6219466 record new upstream branch created by importing sqlalchemy_1.2.0~b1+ds1.orig.tar.gz
new 90b7e85 Import sqlalchemy_1.2.0~b1+ds1.orig.tar.gz
new 44e42ac merge patched into master
new 9f9daa8 New upstream release
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
PKG-INFO | 3 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
.../patches/0001-disable_intersphinx-module.patch | 22 -
debian/patches/series | 1 -
doc/build/changelog/changelog_11.rst | 30 +-
doc/build/changelog/changelog_12.rst | 802 +++++++++++
doc/build/changelog/index.rst | 4 +-
doc/build/changelog/migration_12.rst | 1408 ++++++++++++++++++++
doc/build/conf.py | 19 +-
doc/build/core/constraints.rst | 2 +-
doc/build/core/pooling.rst | 213 +--
doc/build/core/tutorial.rst | 18 +-
doc/build/dialects/index.rst | 1 +
doc/build/dialects/mysql.rst | 9 +
doc/build/dialects/postgresql.rst | 12 +-
doc/build/faq/ormconfiguration.rst | 4 +-
doc/build/faq/performance.rst | 51 +
doc/build/faq/sessions.rst | 30 +-
doc/build/faq/sqlexpressions.rst | 50 -
doc/build/index.rst | 2 +-
doc/build/intro.rst | 23 +-
doc/build/orm/composites.rst | 10 -
doc/build/orm/extensions/baked.rst | 64 +-
doc/build/orm/inheritance_loading.rst | 182 ++-
doc/build/orm/loading_columns.rst | 6 +-
doc/build/orm/loading_relationships.rst | 173 ++-
doc/build/orm/mapped_sql_expr.rst | 72 +
doc/build/orm/session_api.rst | 2 +
doc/build/orm/tutorial.rst | 4 +-
lib/sqlalchemy/__init__.py | 2 +-
lib/sqlalchemy/dialects/mssql/base.py | 103 +-
lib/sqlalchemy/dialects/mysql/__init__.py | 2 +
lib/sqlalchemy/dialects/mysql/base.py | 160 ++-
lib/sqlalchemy/dialects/mysql/dml.py | 79 ++
lib/sqlalchemy/dialects/mysql/mysqldb.py | 12 +-
lib/sqlalchemy/dialects/mysql/pyodbc.py | 2 +-
lib/sqlalchemy/dialects/mysql/reflection.py | 48 +-
lib/sqlalchemy/dialects/mysql/zxjdbc.py | 2 +-
lib/sqlalchemy/dialects/oracle/base.py | 175 ++-
lib/sqlalchemy/dialects/oracle/cx_oracle.py | 5 +
lib/sqlalchemy/dialects/postgresql/array.py | 17 +-
lib/sqlalchemy/dialects/postgresql/base.py | 65 +-
lib/sqlalchemy/dialects/postgresql/psycopg2.py | 11 +-
lib/sqlalchemy/engine/__init__.py | 28 +
lib/sqlalchemy/engine/default.py | 161 ++-
lib/sqlalchemy/engine/interfaces.py | 21 +-
lib/sqlalchemy/engine/reflection.py | 35 +-
lib/sqlalchemy/engine/strategies.py | 3 +-
lib/sqlalchemy/engine/url.py | 2 +-
lib/sqlalchemy/exc.py | 25 +
lib/sqlalchemy/ext/associationproxy.py | 107 +-
lib/sqlalchemy/ext/automap.py | 3 +-
lib/sqlalchemy/ext/baked.py | 195 ++-
lib/sqlalchemy/ext/declarative/api.py | 6 +
lib/sqlalchemy/ext/declarative/base.py | 13 +-
lib/sqlalchemy/ext/hybrid.py | 316 ++++-
lib/sqlalchemy/ext/mutable.py | 46 +-
lib/sqlalchemy/ext/serializer.py | 2 +-
lib/sqlalchemy/orm/__init__.py | 21 +
lib/sqlalchemy/orm/attributes.py | 90 +-
lib/sqlalchemy/orm/collections.py | 7 +-
lib/sqlalchemy/orm/dependency.py | 37 +-
lib/sqlalchemy/orm/descriptor_props.py | 26 +-
lib/sqlalchemy/orm/dynamic.py | 2 +-
lib/sqlalchemy/orm/evaluator.py | 4 +-
lib/sqlalchemy/orm/events.py | 101 +-
lib/sqlalchemy/orm/interfaces.py | 25 +
lib/sqlalchemy/orm/loading.py | 119 +-
lib/sqlalchemy/orm/mapper.py | 134 +-
lib/sqlalchemy/orm/persistence.py | 273 +++-
lib/sqlalchemy/orm/query.py | 72 +-
lib/sqlalchemy/orm/relationships.py | 76 +-
lib/sqlalchemy/orm/scoping.py | 21 +-
lib/sqlalchemy/orm/session.py | 74 +-
lib/sqlalchemy/orm/state.py | 33 +-
lib/sqlalchemy/orm/strategies.py | 376 +++++-
lib/sqlalchemy/orm/strategy_options.py | 441 +++++-
lib/sqlalchemy/orm/unitofwork.py | 80 +-
lib/sqlalchemy/orm/util.py | 93 +-
lib/sqlalchemy/pool.py | 59 +-
lib/sqlalchemy/schema.py | 6 +-
lib/sqlalchemy/sql/__init__.py | 1 +
lib/sqlalchemy/sql/annotation.py | 3 +
lib/sqlalchemy/sql/compiler.py | 133 +-
lib/sqlalchemy/sql/ddl.py | 32 +
lib/sqlalchemy/sql/default_comparator.py | 51 +-
lib/sqlalchemy/sql/dml.py | 4 +-
lib/sqlalchemy/sql/elements.py | 44 +-
lib/sqlalchemy/sql/expression.py | 5 +-
lib/sqlalchemy/sql/operators.py | 189 ++-
lib/sqlalchemy/sql/schema.py | 59 +-
lib/sqlalchemy/sql/selectable.py | 21 +-
lib/sqlalchemy/sql/sqltypes.py | 97 +-
lib/sqlalchemy/sql/visitors.py | 2 +-
lib/sqlalchemy/testing/assertions.py | 30 +-
lib/sqlalchemy/testing/assertsql.py | 48 +-
lib/sqlalchemy/testing/engines.py | 22 +-
lib/sqlalchemy/testing/provision.py | 2 +-
lib/sqlalchemy/testing/requirements.py | 12 +
lib/sqlalchemy/testing/schema.py | 6 +-
lib/sqlalchemy/testing/suite/test_dialect.py | 34 +-
lib/sqlalchemy/testing/suite/test_reflection.py | 81 +-
lib/sqlalchemy/testing/suite/test_select.py | 56 +-
lib/sqlalchemy/testing/suite/test_types.py | 19 +-
lib/sqlalchemy/testing/util.py | 2 +-
lib/sqlalchemy/util/_collections.py | 15 +-
lib/sqlalchemy/util/langhelpers.py | 2 +-
setup.py | 5 +-
test/aaa_profiling/test_memusage.py | 179 +--
test/aaa_profiling/test_orm.py | 92 +-
test/dialect/mssql/test_compiler.py | 102 +-
test/dialect/mysql/test_compiler.py | 48 +-
test/dialect/mysql/test_on_duplicate.py | 59 +
test/dialect/mysql/test_reflection.py | 31 +
test/dialect/postgresql/test_reflection.py | 62 +-
test/dialect/postgresql/test_types.py | 253 ++--
test/dialect/test_oracle.py | 8 +
test/engine/test_execute.py | 109 +-
test/engine/test_pool.py | 13 +-
test/engine/test_reconnect.py | 151 ++-
test/engine/test_reflection.py | 49 +
test/ext/declarative/test_basic.py | 17 +-
test/ext/declarative/test_mixin.py | 87 +-
test/ext/test_associationproxy.py | 279 +++-
test/ext/test_baked.py | 290 ++--
test/ext/test_hybrid.py | 273 +++-
test/ext/test_mutable.py | 76 ++
test/ext/test_serializer.py | 48 +-
test/orm/inheritance/test_poly_loading.py | 260 ++++
test/orm/inheritance/test_relationship.py | 52 +
test/orm/inheritance/test_single.py | 25 +-
test/orm/test_attributes.py | 69 +-
test/orm/test_collection.py | 6 +-
test/orm/test_composites.py | 56 +-
test/orm/test_cycles.py | 85 +-
test/orm/test_deferred.py | 154 ++-
test/orm/test_eager_relations.py | 159 +++
test/orm/test_evaluator.py | 59 +
test/orm/test_events.py | 44 +
test/orm/test_mapper.py | 25 +
test/orm/test_options.py | 447 ++++++-
test/orm/test_query.py | 58 +-
test/orm/test_relationships.py | 10 +-
test/orm/test_scoping.py | 23 +
...ery_relations.py => test_selectin_relations.py} | 1071 +++++----------
test/orm/test_session.py | 33 +-
test/orm/test_subquery_relations.py | 40 +-
test/orm/test_transaction.py | 36 +-
test/orm/test_unitofwork.py | 53 +-
test/orm/test_update_delete.py | 17 -
test/orm/test_validators.py | 37 +
test/orm/test_versioning.py | 337 +++++
test/requirements.py | 31 +-
test/sql/test_compiler.py | 20 +-
test/sql/test_constraints.py | 13 +
test/sql/test_ddlemit.py | 29 +-
test/sql/test_defaults.py | 47 +-
test/sql/test_operators.py | 275 +++-
test/sql/test_query.py | 146 +-
test/sql/test_quote.py | 29 +-
test/sql/test_rowcount.py | 34 +-
test/sql/test_selectable.py | 14 +
test/sql/test_text.py | 13 +
test/sql/test_types.py | 43 +-
tox.ini | 4 +-
166 files changed, 11636 insertions(+), 2472 deletions(-)
delete mode 100644 debian/patches/0001-disable_intersphinx-module.patch
delete mode 100644 debian/patches/series
create mode 100644 doc/build/changelog/changelog_12.rst
create mode 100644 doc/build/changelog/migration_12.rst
create mode 100644 lib/sqlalchemy/dialects/mysql/dml.py
create mode 100644 test/dialect/mysql/test_on_duplicate.py
create mode 100644 test/orm/inheritance/test_poly_loading.py
copy test/orm/{test_subquery_relations.py => test_selectin_relations.py} (65%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sqlalchemy.git
More information about the Python-modules-commits
mailing list