Chris Heller kirjoitti: > No immediately pressing need, but we'd potentially be interested in > helping/tracking this. > > On Tue, Aug 4, 2009 at 1:23 PM, mkitezr<[email protected]> wrote: >> Anyone attempting to do this, would want to do this, or looking for >> help? >>
Good luck... :) Last time I tried I managed Trac work partially with oracle. Main problem is lack of simple unlimited text field in Oracle. Another pain is handling empty SQL strings as NULL values. CLOB is something that comes to close but it's not always interchangeable with VARCHAR2 field. Sometimes I managed queries to fail just because conversions didn't happened for somereason or another. Of course, cx_Oracle has been evolved quite a lot since then... But it was quite trivial to write DB backend support for Oracle. If someone is interested to look can it made be work with newer stuff I even might have my old sources hanging somewhere around... -- Jani Tiainen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
