cee01482ec
This is provided out-of-box by SQLAlchemy versions >= 1.0.0. We've had this class deprecated in docs for some time now, now do it properly by the means of debtcollector and a release note. Closes-Bug: #1439092 Change-Id: I562c35c265014c6b19a81961f236a7a0ca438765
7 lines
265 B
YAML
7 lines
265 B
YAML
---
|
|
deprecations:
|
|
- class ``InsertFromSelect`` from module ``oslo_db.sqlalchemy.utils`` is
|
|
deprecated in favor of ``sqlalchemy.sql.expression.Insert.from_select()``
|
|
method of Insert expression, that is available in SQLAlchemy versions
|
|
1.0.0 and newer
|