> I'm writing my first TG app on ubuntu 8.4pre-release, python2.5,
> TurboGears-1.0.4b3, SqlObject-0.9.2, python-sqlite2.4.0-2,
> libsqlite3.4.2-2, .
>
> When testing, I'm using the sqlite:///:memory: backend.  Queries for
> dates return strings, not date objects.  With the mysql backend under
> normal deployment, I get back datetime.date objects as expected.

I don't quite get it. I'm using sqlite and if you declare in your
sqlobject model that a column is DateCol you'll get back a date
object. Did you maybe declare it as StringCol?

> Am I doing something foolish?  Is this known to be inconsistent?  Are
> there versions of TG or SqlObject for which this is known to be
> reliable?

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to