﻿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
5226	"""Invalid relational operator"" against Oracle 9i backend"	Matt Boersma	Matt Boersma	"Recent changes to support Django's regex and iregex operators in Oracle only work against Oracle Database Server 10g or later.  Running the test suite against an Oracle 9i server leads to SQL Oracle won't recognize: ""DatabaseError: ORA-00920: invalid relational operator"".

We previously claimed to support Oracle versions 9i and greater (11g is current) in the boulder-oracle-sprint branch.  Oracle 9i is due to drop off their support matrix soon, if it hasn't already, but since things move deliberately in the enterprise world, 9i is still very common.  Either we need to implement a fallback strategy when connecting to a 9i server, or drop 9i support officially.
"		closed	Database layer (models, ORM)	dev		fixed	oracle regex iregex		Unreviewed	0	0	0	0	0	0
