﻿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
28151	'__startswith' issue on Oracle 10G	Daniel Klass	nobody	"I have a string that contains literal underscores that is being used in a '__startswith' query. I get

{{{
ORA-01424: missing or illegal character following the escape character
}}}

The query looks as so: 

{{{
SELECT ... FROM... WHERE LIKE TRANSLATE(Some\_thing\_here\_now% USING NCHAR_CS) ESCAPE TRANSLATE(\ USING NCHAR_CS)
 }}}"	Bug	closed	Database layer (models, ORM)	1.10	Normal	wontfix	Oracle, ORM, Queryset, startswith		Unreviewed	0	0	0	0	0	0
