#5062: New backend for Sql Server  using pymssql
-----------------------------+----------------------------------------------
   Reporter:  mamcx          |                Owner:  adrian          
     Status:  new            |            Component:  Database wrapper
    Version:  SVN            |           Resolution:                  
   Keywords:  ms sql server  |                Stage:  Unreviewed      
  Has_patch:  1              |           Needs_docs:  0               
Needs_tests:  0              |   Needs_better_patch:  0               
-----------------------------+----------------------------------------------
Comment (by anonymous):

 File "D:\Python25\lib\site-packages\django\db\backends\mssql\base.py",
 line 755, in iterator
     cursor.execute(full_query, params)
 
   File "D:\Python25\lib\site-packages\django\db\backends\util.py", line
 20, in execute
     return self.cursor.execute(sql, params)
 
   File "D:\Python25\lib\site-packages\pymssql.py", line 126, in execute
     self.executemany(operation, (params,))
 
   File "D:\Python25\lib\site-packages\pymssql.py", line 157, in
 executemany
     raise e
 
 InterfaceError: do not know how to handle type <type 'unicode'>

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5062#comment:7>
Django Code <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