> Error Type: AttributeError
>              Error Value: 'string' object has no attribute 'server'
>
> The error is raised because in the Sybase Adapter an attribute 'server' of
> connection_string is accessed.
> Looking at the 2.1.6 code of Connection.py I found two new lines,
> which convert
> connection_string into a real string. Commenting out these lines makes
> everything work. But: IS THIS SAFE? connection_string is of type
> ZPublisher.HTTPRequest.record before the str() conversion.

Thanks for the report - I've checked in a fix for this
for the next release.

Brian Lloyd        [EMAIL PROTECTED]
Software Engineer  540.371.6909
Digital Creations  http://www.digicool.com





_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to