﻿id	summary	reporter	owner	description	type	status	priority	milestone	version	resolution	keywords	cc
58	"Start using ""RETURNING"" for DB IDs of things just added"	Kris Deugau		"Currently several bits do ""INSERT blah blah blah"", then ""SELECT currval(sequence)"" to retrieve the ID of the thing just inserted for further work.

These constructs should be switched to ""INSERT blah blah blah RETURNING idfield"" instead, where supported by DBI."	task	closed	minor			duplicate		
