~shanile


#83 Apply migration when a scheme is defined and transaction is disabled results in error in PostgresqlBackend 3 years ago

Ticket created by ~shanile on ~olly/yoyo

Hi, When using the PostgresqlBackend with a scheme (defined using the connection string), apply migration with disabled transaction result in the following error: "set_session cannot be used inside a transaction"

I think the problem is setting the scheme as search_path in the rollback - init_connection (starting a transaction) when trying to disable transaction.

Thanks, Shani