#2358: [patch] MS-SQL server fixes
-----------------------------------------------------+----------------------
Reporter: Dan Hristodorescu [EMAIL PROTECTED] | Owner:
adrian
Status: new | Component:
Database wrapper
Version: SVN | Resolution:
Keywords: | Stage:
Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
-----------------------------------------------------+----------------------
Comment (by [EMAIL PROTECTED]):
I found that datetime and smalldatetime are not converted correctly. I try
to change both in creation.py I got this error messages while create
django admin user (syncdb is OK)...
''
com_error: (-2147352567, 'Exception occurred.', (0, 'Microsoft OLE DB
Provider
for SQL Server', 'Syntax error converting character string to
smalldatetime data
type.', None, 0, -2147217913), None)''
I use django from SVN and adodbpai 2.0.1 from
http://sourceforge.net/projects/adodbapi
It seem like there are some bugs in adodbapi. But I'm not so sure.
Hope this can help.
--
Ticket URL: <http://code.djangoproject.com/ticket/2358#comment:14>
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
-~----------~----~----~----~------~----~------~--~---