I have some SQL strings with multiple commands (i.e. INSERT a; INSERT B;), which cannot be made into prepared statements. When using SQLAlchemy, it seems like asyncpg is always called in such a way ...