﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8592	Savepoints not completely disabled with PostgreSQL prior to 8.0.	mlafon@…	nobody	"I am using Django 1.0 beta 1 with PostgreSQL 7.4.

With mod_python, I have the following exception : {{{ ProgrammingError: syntax error at or near ""SAVEPOINT"" at character 1 }}}

Savepoints should be disabled with PostgreSQL < 8.0 (Changeset [8317]) but this does not work because it is not disabled in all !DatabaseWrapper objects, only the first one. Surely because we are using a class member to store the fact that it has been disabled : {{{ self.__class__._version = version }}}

The problem is not present when using {{{ manage.py runserver }}}, surely because only one !DatabaseWrapper will be created.
"		closed	Database layer (models, ORM)	1.0-beta		fixed		django@…	Accepted	0	0	0	0	0	0
