When is Django going to...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ray

    #1

    When is Django going to...

    support Oracle and MS SQL Server? I just realized that's gonna be a big
    blow for my case against RoR because we use both databases almost
    exclusively, we don't use any of Django supported database actually.

    I did a search and found that there was an Oracle support
    committed--but is it going to make it into any release any time soon?

    Thanks
    Ray

  • Bruno Desthuilliers

    #2
    Re: When is Django going to...

    Ray wrote:
    support Oracle and MS SQL Server? I just realized that's gonna be a big
    blow for my case against RoR because we use both databases almost
    exclusively, we don't use any of Django supported database actually.
    >
    I did a search and found that there was an Oracle support
    committed--but is it going to make it into any release any time soon?
    >
    You'd probably get better answers on Django's mailing-list ?

    --
    bruno desthuilliers
    python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
    p in 'onurb@xiludom. gro'.split('@')])"

    Comment

    • Ray

      #3
      Re: When is Django going to...


      Bruno Desthuilliers wrote:
      Ray wrote:
      support Oracle and MS SQL Server? I just realized that's gonna be a big
      blow for my case against RoR because we use both databases almost
      exclusively, we don't use any of Django supported database actually.

      I did a search and found that there was an Oracle support
      committed--but is it going to make it into any release any time soon?
      >
      You'd probably get better answers on Django's mailing-list ?
      Er, yes. That was silly of me. Thanks Bruno!

      Sorry everyone,
      Ray
      >
      --
      bruno desthuilliers
      python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
      p in 'onurb@xiludom. gro'.split('@')])"

      Comment

      Working...