﻿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
87	Oracle database support.	jrhuggins@…	Adrian Holovaty	"From django-irc:

'''jrhuggins''': ""adrian_h, I looked into how Oracle support would work for Django... it would also require ""django\bin\django-admin.py""

'''adrian_h'''       :jrhuggins: Which changes would need to be made to django-admin?

'''jrhuggins''': because auto-increment requires a separate ""create sequence"" statement next to your create table and drop table statements.

'''jrhuggins''': and those statements live in django-admin...

'''adrian_h''':	ah

'''jrhuggins''': needs to be refactored..

'''adrian_h''':	Shouldn't be too difficult to refactor

'''jrhuggins''': maxDB (SAP's db) does the same thing

'''jrhuggins''': any objections to making the ""CREATE table (and sequence)"" overridable by the db-specific drivers?

'''adrian_h''':	No objections at all

'''jrhuggins''': I'll open a ticket for it... then start to think about possible patches..
"	enhancement	new	Database layer (models, ORM)		normal		oracle database db sequence		Unreviewed	1	0	0	0		
