﻿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
9763	is_dirty() in the transactions middleware blocks commit for Postgre	Jeffrey	nobody	"In its default operation Postgre makes a shadow copy of a table for reading, and this persists until you explicitly commit your transaction.  However, the TransactionsMiddleware class only calls commit when transaction.is_dirty() returns true.  If you only read from the database, commit will never get called.

Possibly the is_dirty() check should be bypassed (or perhaps always return True) for postgres."		closed	Database layer (models, ORM)	1.0		duplicate			Unreviewed	0	0	0	0	0	0
