> -----Original Message-----
> From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
> On Behalf Of [EMAIL PROTECTED]
> Sent: Tuesday, June 17, 2008 11:11 AM
> To: Trac Users
> Subject: [Trac] Re: Oracle backend
> 
> 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.

DB-API 2 is unfortunately a bit lax in some specifications. We make all the
DB libraries look like they use the %s paramstyle, and make sure they accept
and return Unicode strings. There are also a few auxiliary functions the DB
connector handles that aren't part of the database API itself, mostly schema
generation and casting syntax.

--Noah


--~--~---------~--~----~------------~-------~--~----~
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