On Dec 7, 2007 1:51 AM, Mitch Chapman <[EMAIL PROTECTED]> wrote: > > I'm trying to define a hierarchy of tables, but am having problems > when a derived table defines a DateTime column. > > For example, when I run the script below, using SQLAlchemy 0.4.1 and > Elixir 0.4.0, I get an exception: 'AttributeError: 'Field' object has > no attribute 'strftime''
Ouch. This is another occurence of a bug in Elixir I fixed in trunk a few weeks ago but I didn't realize it was so far reaching. I'll release version 0.5.0 today which will fix the problem. Or if you are in a hurry, use trunk. -- Gaƫtan de Menten http://openhex.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
