Michele wrote:
> Strange I'm running FastTrack with 0.9a2 (ok, svn) and sqlite, I think
> the bug is outside TG.

I was able to get it working on my PowerBook after some hackery.  I  
was using psychopg1 when I got this error, so I updated to  
psychopg2.  Then, SQLObject failed to connect complaining about the  
port number being passed in as a string, so I had to hack SQLObject  
to convert the port number to an int before passing it into the  
driver.  This seemed to fix the problem.

The odd thing is that I just got to work, and upgraded to TG 0.9a2  
and the updated Fast Track, and everything works just fine.  Who  
knows!  Its working for me now :)

Kevin wrote:
> userId in TG_User is, in fact, a UnicodeCol. So, that implies that the
> column validator is not being applied before the query string is put
> together. It's hard to imagine that this is a new bug in SQLObject,
> but it's possible.

Yes, however we are using our own SQLObject model for TG_User (our  
Person object) which uses standard StringCol.  Do you think this is a  
problem?

--
Jonathan LaCour
http://cleverdevil.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to