]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Repair use of deprecated text() typemap, bindparams parameters
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Jan 2019 18:16:04 +0000 (13:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Jan 2019 18:17:06 +0000 (13:17 -0500)
commit483b0fdf892f99d501b74fd4086dee9addd9df29
tree315c0fbb4c4513e841776c8090043bac434d9477
parentbb6eaeed9ee725d6264cc409d92aae83de2a4d76
Repair use of deprecated text() typemap, bindparams parameters

These will emit a deprecation warning once
If0ea11a1fc24f9a8029352eeadfc49a7a54c0a1b is merged, modernize these
ahead of time as this should likely be backported to 1.2 as well.

Change-Id: Iae4426a856d5617e8a325b14d8b6fc22333f2cda
(cherry picked from commit d038f66b2aa31db8fec0883769f6a86bd0353d3b)
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/sybase/base.py