﻿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
13648	'%s' escaping support for sqlite3	master	Luke Plant	"Somewhere between 1.2beta1 and svn r13307, the string processing of convert_query() changed.

Now the regex to escape '%%s' content for sqlite3 SQL is wrong and produces '%?'.
It doesn't throw any exception but it means nothing to the DB and you may have 'None' column values returned.

Note : for a complete working sqlite solution, you still have to apply the patch in #12268."	Bug	closed	Database layer (models, ORM)	dev	Release blocker	fixed	sqlite escape		Ready for checkin	0	0	0	0	0	0
