SQLAlchemy 1.2 removed `dbapi_type_map` in https://github.com/zzzeek/sqlalchemy/commit/31f80b9eaeb3c3435b7f6679b41e434478b1d11c , which made following assertion fails: ``` profile = await bind.scalar('SELECT profile FROM props_test') assert isinstance(profile, dict) ``` (where profile is of type `JSON` or `JSONB`)