On Jun 17, 4:57 pm, "Noah Kantrowitz" <[EMAIL PROTECTED]> wrote:
> > -----Original Message-----
> > From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
> > On Behalf Of scott
> > Sent: Tuesday, June 17, 2008 8:09 AM
> > To: Trac Users
> > Subject: [Trac] Oracle backend
>
> > Does Trac support using oracle as a backend database instead of
> > SQLite, PostgreSQL, or MySQL.   If so is a specific version when it
> > started
>
> No, the only well supported DBs are SQLite and Postgres. We include MySQL
> mostly because people seem to insist on it, despite it being fundamentally
> broken. The nice folks at Ingress contributed a backend plugin, but I'm not
> sure where it ended up. The backend system is modular, so if someone wants
> to write it, an Oracle plugin is probably possible. Mostly you just need to
> do some API cleanups on the underlying library to make it match the others.
> Our SQL is pretty standard, so I doubt that will be much of a problem.
>
> --Noah

Now, I am making a leap of assumption here, since i have not looked at
the code yet, but IF trac uses the python dbapi to access the various
db systems, wouldn't it be a matter of pointing it to use an oracle
version of it?  which I believe already exists.  Of course there are
about 3 too many asses in those umptions so, ....for what it is worth.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to