mkitezr kirjoitti: > It sounds like trying again with the latest oracle revision might be > worthwhile. How do I get started?
Let's see... First figure out how database backends are written and then write one for Oracle. And answer to prev. post that I tried to do this on 0.8.x and Oracle 9i But still you have to face probably same few Oracleism most notably annoying empty string as NULL... (since empty string must be compared with IS (NOT) NULL, not by equality or LIKE) http://trac.edgewall.org/ticket/1874#comment:2 There is documented my problems when doing db backend last time. That's why it would have been very beneficial to have real ORM and user ORM own query language to get over troubles with all that. Or at least to get over of most troubles. -- 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 -~----------~----~----~----~------~----~------~--~---
