Files
sqlalchemy/test/sql
Mike Bayer 4beecfb904 Emit deprecation warnings for plain text under Session
Deprecation warnings are emitted under "SQLALCHEMY_WARN_20" mode when
passing a plain string to :meth:`_orm.Session.execute`.

It was also considered to have DDL string expressions to include
this as well, however this leaves us with no backwards-compatible
way of handling reflection of elemens, such as an Index() which
reflects "postgresql_where='x > 5'", there's no place for a rule
that will turn those into text() within the reflection process
that would be separate from when the user passes postgresql_where
to the Index.  Not worth it right now.

Fixes: #5754
Change-Id: I8673a79f0e87de0df576b655f39dad0351725ca8
2020-12-11 15:39:46 -05:00
..
2020-10-02 21:34:24 +02:00
2020-09-28 15:17:26 -04:00
2020-10-12 12:48:17 -04:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00