oslo.db/oslo_db
Mike Bayer fce052b2af Use regex to compare SQL strings with IN
SQLAlchemy 1.4 will be changing the method by which it
renders an IN expression such that the bound parameters
are not fully rendered until the statement is executed,
rather than when the statement is compiled into its initial
string form [1].   Adjust tests which are asserting the presence
of IN expressions based on the compiled form to allow for an
arbitrary expression within the parenthesis.

[1] https://github.com/sqlalchemy/sqlalchemy/issues/4645

Change-Id: I8640ad0cbd96647ed74678631479190146bd908e
2019-12-11 11:04:26 -05:00
..
locale Imported Translations from Zanata 2018-03-01 06:16:38 +00:00
sqlalchemy Reduce severity of wrapped exceptions logs to warning 2019-11-13 11:44:29 +00:00
tests Use regex to compare SQL strings with IN 2019-12-11 11:04:26 -05:00
__init__.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
_i18n.py Update the documentation link 2017-08-23 14:46:27 +08:00
api.py Improve exponential backoff for wrap_db_retry 2018-04-13 09:26:12 +08:00
concurrency.py Remove log translations 2017-03-30 08:42:42 +08:00
exception.py Move warnings to their own module 2018-10-17 14:04:42 +01:00
options.py Removing deprecated min_pool_size 2019-04-06 12:54:28 -07:00
warning.py Move warnings to their own module 2018-10-17 14:04:42 +01:00