﻿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
14244	In clause with 1000 or more items fails in Oracle	rlynch		"Oracle (not sure about other RDBMSs) fails with IN clauses that have more than 1000 parameters.  An easy workaround is to create separate clauses with an OR between them.  For example...

WHERE...
AND (my_column in (1, 2, ....999) OR my_column in (1000, 1001, ....1999) OR my_column in (....))
...."		closed	Database layer (models, ORM)	1.2		fixed			Accepted	1	0	0	1	0	0
