Files
superset2/tests/unit_tests
Evan 410768e62e test: update encrypt re-encrypt fixtures for SQLAlchemy 2.0 Row API
The migrator now reads columns via row._mapping[...] and binds the
UPDATE params as a single positional dict. Wrap the fixture rows in a
_Row stand-in and read the bind dict positionally so the unit tests
match the production interface.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 14:53:41 -07:00
..