]> 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:16:04 +0000 (13:16 -0500)
commitd038f66b2aa31db8fec0883769f6a86bd0353d3b
tree2908b470e55cd00df83f5f629d28c7e3cdeb7b65
parent0717ce9d1dc28b67b4568351f4e98e59a831b1f1
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
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/sybase/base.py