:tickets:
For the full set of feature descriptions, see
- http://www.sqlalchemy.org/trac/wiki/06Migration .
+ http://docs.sqlalchemy.org/en/latest/changelog/migration_06.html .
This document is a work in progress.
.. change::
This section documents those changes from 0.7b4
to 0.7.0. For an overview of what's new in
SQLAlchemy 0.7, see
- http://www.sqlalchemy.org/trac/wiki/07Migration
+ http://docs.sqlalchemy.org/en/latest/changelog/migration_07.html
.. change::
:tags: orm
Detailed descriptions of each change below are
described at:
- http://www.sqlalchemy.org/trac/wiki/07Migration
+ http://docs.sqlalchemy.org/en/latest/changelog/migration_07.html
.. change::
:tags: general
* the ``mock`` strategy, which dispatches all statement
execution to a function passed as the argument ``executor``.
See `example in the FAQ
- <http://www.sqlalchemy.org/trac/wiki/FAQ#HowcanIgettheCREATETABLEDROPTABLEoutputasastring>`_.
+ <http://docs.sqlalchemy.org/en/latest/faq/metadata_schema.html#how-can-i-get-the-create-table-drop-table-output-as-a-string>`_.
:param executor=None: a function taking arguments
``(sql, *multiparams, **params)``, to which the ``mock`` strategy will