mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed Oracle backend test case failure in modeltests\lookup.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8355 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -689,7 +689,7 @@ class ValuesListQuerySet(ValuesQuerySet): | |||||||
|                 yield row[0] |                 yield row[0] | ||||||
|         elif not self.query.extra_select: |         elif not self.query.extra_select: | ||||||
|             for row in self.query.results_iter(): |             for row in self.query.results_iter(): | ||||||
|                 yield row |                 yield tuple(row) | ||||||
|         else: |         else: | ||||||
|             # When extra(select=...) is involved, the extra cols come are |             # When extra(select=...) is involved, the extra cols come are | ||||||
|             # always at the start of the row, so we need to reorder the fields |             # always at the start of the row, so we need to reorder the fields | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user