Feature request: Possibility to declare transactions as read only

2020-07-01 Thread Andor
ignored on other databases which don't support it. Please consider implementing this feature, giving us a standard way to declare our transactions as read only when needed! Best regards, Andor -- You received this message because you are subscribed to the Google Groups "Django develo

Re: Feature request: Possibility to declare transactions as read only

2020-07-01 Thread Szeles Andor
donly') On the PostgreSQL side it would simple require adjusting > get_new_connection[2] to pass the option to psycopg2's set_session[3]. > Yes, I believe that should work. We could also add the 'deferrable' flag this way easily. Many thanks, Andor -- You receiv