[Python-modules-commits] [sqlalchemy] branch upstream updated (ee79fdd -> 27ee598)

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Oct 31 22:25:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

piotr pushed a change to branch upstream
in repository sqlalchemy.

      from  ee79fdd   Imported Upstream version 1.0.8+ds1
       new  27ee598   Import sqlalchemy_1.0.9+ds1.orig.tar.gz

The 1 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                                      |    2 +-
 doc/build/changelog/changelog_09.rst          |   11 +
 doc/build/changelog/changelog_10.rst          |  121 +++
 doc/build/conf.py                             |    4 +-
 doc/build/core/ddl.rst                        |  240 +++--
 doc/build/core/events.rst                     |    4 -
 doc/build/core/tutorial.rst                   |   31 +-
 doc/build/faq/connections.rst                 |   81 ++
 doc/build/faq/sessions.rst                    |   71 ++
 doc/build/orm/events.rst                      |   10 +-
 doc/build/orm/examples.rst                    |    2 +
 doc/build/orm/extensions/associationproxy.rst |    1 +
 doc/build/orm/inheritance.rst                 |    6 +-
 doc/build/orm/relationship_persistence.rst    |  122 ++-
 doc/build/orm/session.rst                     |    1 +
 doc/build/orm/session_events.rst              |  218 ++++
 doc/build/orm/session_state_management.rst    |   57 +-
 doc/build/orm/session_transaction.rst         |    9 +-
 doc/build/orm/tutorial.rst                    |   55 +-
 examples/versioned_history/history_meta.py    |    8 +-
 examples/versioned_history/test_versioning.py |   65 ++
 lib/sqlalchemy/__init__.py                    |    2 +-
 lib/sqlalchemy/dialects/mssql/base.py         |    2 +-
 lib/sqlalchemy/dialects/oracle/base.py        |    3 +
 lib/sqlalchemy/dialects/oracle/cx_oracle.py   |    7 +-
 lib/sqlalchemy/dialects/postgresql/base.py    |   49 +-
 lib/sqlalchemy/dialects/sybase/base.py        |   15 +-
 lib/sqlalchemy/engine/__init__.py             |   25 +-
 lib/sqlalchemy/ext/associationproxy.py        |    9 +-
 lib/sqlalchemy/ext/baked.py                   |   20 +
 lib/sqlalchemy/ext/hybrid.py                  |    2 +-
 lib/sqlalchemy/orm/attributes.py              |    5 +
 lib/sqlalchemy/orm/events.py                  |  397 ++++---
 lib/sqlalchemy/orm/identity.py                |   12 +
 lib/sqlalchemy/orm/mapper.py                  |   45 +-
 lib/sqlalchemy/orm/persistence.py             |   10 +-
 lib/sqlalchemy/orm/query.py                   |   89 +-
 lib/sqlalchemy/orm/relationships.py           |   38 +-
 lib/sqlalchemy/orm/session.py                 |   19 +-
 lib/sqlalchemy/orm/state.py                   |    8 +-
 lib/sqlalchemy/orm/strategies.py              |    5 +-
 lib/sqlalchemy/orm/strategy_options.py        |    2 +-
 lib/sqlalchemy/sql/crud.py                    |    1 +
 lib/sqlalchemy/sql/selectable.py              |    2 +-
 lib/sqlalchemy/sql/sqltypes.py                |    3 -
 test/dialect/postgresql/test_query.py         |  610 ++++++-----
 test/dialect/postgresql/test_reflection.py    |    1 +
 test/dialect/test_oracle.py                   |   26 +
 test/ext/test_associationproxy.py             |   20 +
 test/ext/test_baked.py                        |   49 +-
 test/orm/inheritance/test_poly_persistence.py |   38 +-
 test/orm/test_bulk.py                         |   54 +-
 test/orm/test_events.py                       |   37 +
 test/orm/test_mapper.py                       | 1248 ++++++++++++----------
 test/orm/test_options.py                      |   12 +-
 test/orm/test_query.py                        |   54 +
 test/orm/test_versioning.py                   |   88 ++
 test/sql/test_defaults.py                     |   37 +-
 test/sql/test_insert.py                       |   31 +-
 test/sql/test_insert_exec.py                  |  445 ++++++++
 test/sql/test_query.py                        | 1420 +------------------------
 test/sql/test_resultset.py                    | 1136 ++++++++++++++++++++
 62 files changed, 4473 insertions(+), 2722 deletions(-)
 create mode 100644 doc/build/orm/session_events.rst
 create mode 100644 test/sql/test_insert_exec.py
 create mode 100644 test/sql/test_resultset.py

-- 
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