Changes between Initial Version and Version 1 of Ticket #19948
- Timestamp:
- Feb 28, 2013, 3:28:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19948 – Description
initial v1 1 On django-developers, Christophe rPettus says:1 On django-developers, Christophe Pettus says: 2 2 3 3 > It would be helpful to have a backend method that performers the "restore connection between uses" function, rather than just use connection.abort() (of course, the default implementation can use that). For example, on PostgreSQL, ABORT; DISCARD ALL is the recommended way of resetting a connection, so being able to implement that would be great.