#13821: Tests don't pass on python2.4 and 2.5 on postgresql
---------------------------------------------------+------------------------
          Reporter:  PaulM                         |         Owner:  PaulM
            Status:  assigned                      |     Milestone:       
         Component:  Database layer (models, ORM)  |       Version:  SVN  
        Resolution:                                |      Keywords:       
             Stage:  Accepted                      |     Has_patch:  1    
        Needs_docs:  0                             |   Needs_tests:  0    
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Changes (by PaulM):

  * status:  new => assigned
  * needs_better_patch:  => 0
  * component:  Testing framework => Database layer (models, ORM)
  * needs_tests:  => 0
  * needs_docs:  => 0
  * has_patch:  0 => 1
  * stage:  Unreviewed => Accepted

Comment:

 cramm on #django-dev tracked the problem down. Calls to
 pg_get_serial_sequence have an odd behavior and need another layer of
 quotes to retain capitalization.

 More notes on that here:
 http://archives.postgresql.org/pgsql-hackers/2004-10/msg00964.php
 http://archives.postgresql.org/pgsql-bugs/2007-01/msg00099.php

 The attached patch passes the full test suite on the reported system as
 well as on python2.6 with PostgreSQL 8.4.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13821#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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/django-updates?hl=en.

Reply via email to