﻿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
20420	Different query counts under Oracle when savepoints are involved	Aymeric Augustin	nobody	"This is a follow-up on #20387, see comments 5 and 6.

In short, Oracle doesn't have RELEASE SAVEPOINT, which means `transaction.commit_savepoint()` doesn't do anything. As a consequence, `connection.queries` contains one less entry under Oracle than under other databases.

#20387 was fixed by hardcoding the difference into the tests. This ticket is about finding a more robust solution to the general problem."	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed			Accepted	0	0	0	0	0	0
