#2519: aligning sqlite3 with postgresql_psycopg2 adapter
-----------------------------------+----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  adrian
     Type:  enhancement            |       Status:  new   
 Priority:  normal                 |    Milestone:        
Component:  Database wrapper       |      Version:        
 Severity:  normal                 |   Resolution:        
 Keywords:                         |  
-----------------------------------+----------------------------------------
Changes (by Victor Ng <[EMAIL PROTECTED]>):

  * component:  Admin interface => Database wrapper

Comment:

 I've updated the sqlite3 patch.
 
 Changes in this patch:
 
   * use python 2.4 decimal types if available
   * changes SQLiteCursorWrapper to use delegation to the pysqlite2 driver
 instead of subclassing as subclassing breaks the fetchmany method of
 cursor and raw bytestrings come back.
 
 The attached unittest does *not* exercise the decimal coercion as that
 would break the testsuite under python2.3

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2519>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to