Re: [SQLObject] Getting odd syntax error...

2009-08-12 Thread Oleg Broytmann
On Tue, Aug 11, 2009 at 02:07:17PM -0700, Ray Van Dolson wrote: > 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

Re: [SQLObject] Getting odd syntax error...

2009-08-11 Thread Ray Van Dolson
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

[SQLObject] Getting odd syntax error...

2009-08-11 Thread Ray Van Dolson
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). I have a class defined similar to the following: class SystemsInfo(SQLObject): class sqlmeta: style = MixedCaseStyle(longID=True) fromDatabase