[sqlalchemy] Re: newbie problem

2009-02-18 Thread Gunnlaugur Thor Briem
Works for me (once I add metadata.create_all(bind=engine) ) ... possibly you have an old SQLite that doesn't do the auto-incrementing primary key thing? - G. On Wed, Feb 18, 2009 at 2:26 PM, Marcin Krol mrk...@gmail.com wrote: Hello, I just started learning sqlalchemy, my version is

[sqlalchemy] Re: newbie problem

2009-02-18 Thread Marcin Krol
Gunnlaugur Thor Briem wrote: Works for me (once I add metadata.create_all(bind=engine) ) ... possibly you have an old SQLite that doesn't do the auto-incrementing primary key thing? I forgot to call the metadata.create_all. Silly problem. Thanks. Regards, mk