summaryrefslogtreecommitdiff
path: root/doc/build/core/future.rst
blob: 9c171b9db58c377bd74166f7b36ece08325e7a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
:orphan:

SQLAlchemy 2.0 Future (Core)
============================

.. admonition:: We're 2.0!

    This page described the "future" mode provided in SQLAlchemy 1.4
    for the purposes of 1.4 -> 2.0 transition.   For 2.0, the "future"
    parameter on :func:`_sa.create_engine` and :class:`_orm.Session`
    continues to remain available for backwards-compatibility support, however
    if specified must be left at the value of ``True``.

    .. seealso::

        :ref:`migration_20_toplevel` - Introduction to the 2.0 series of SQLAlchemy