On Nov 7, 2009, at 6:06 AM, James wrote:

>
> Can anyone see why a new created table wouldn't be found by
> SQLAlchemy? What more information could I give that would be useful?
>
> This is using sqlalchemy.url = sqlite:///:memory:

the most obvious cause would be that two different engines are being  
used, since sqlite memory databases are local only to a single  
connection.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to