[sqlalchemy] Elixir.get

2007-05-12 Thread Antipin Aleksei
ld('created', DateTime, default=datetime.now) using_options(tablename='user') [app:main] sqlalchemy.dburi = postgres://user:[EMAIL PROTECTED]:5432/pyoner sqlalchemy.echo = false Is there any error in my config of SQLAlchemy? -- Best regards, Antipin Aleksei --~--~

[sqlalchemy] database reflection

2007-05-09 Thread Antipin Aleksei
r_id \nFROM pyoner_models_user_user ORDER BY pyoner_models_user_user.id' {}* I use sqlalchemy 0.3.7, elixir 0.3, pylons o.9.6 And maybe one could provide some arguments why I should explicitly declare tables in my models? Some pros and cons list? -- Best regards, Antipin Aleksei --~--~-~--~--