Change-Id: I7e57c472869fdf68e2313ed5642272fc700390c9
--- /dev/null
+.. change::
+ :tags: bug, engine, regression
+
+ Restored top level import for ``sqlalchemy.engine.reflection``. This
+ ensures that the base :class:`_reflection.Inspector` class is properly
+ registered so that :func:`_sa.inspect` works for third party dialects that
+ don't otherwise import this package.
+
from .interfaces import ExecutionContext
from .interfaces import TypeCompiler
from .mock import create_mock_engine
+from .reflection import Inspector
from .result import ChunkedIteratorResult
from .result import FrozenResult
from .result import IteratorResult