Re: [SQLObject] Getting odd syntax error...
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ray V. D. <rva...@es...> - 2009-08-11 21:08:24
|
On Tue, Aug 11, 2009 at 01:12:08PM -0700, Ray Van Dolson wrote: > Using sqlobject 0.9.9 with pymssql 1.0.1 on RHEL 5.3 (the > aforementioned have been installed with yum via either the base OS > packaeges or EPEL). Egg on my face. This appears to be a known issue with pymssql 1.0.1. Upgrading to 1.0.2 fixed the problem: - fixed severe bug introduced in 1.0.0 that caused some queries to be truncated or overwritten with binary garbage - many thanks to Igor Nazarenko who found the exact cause of the bug, Sorry for the noise all. Ray |