Re: [nhusers] SchemaUpdater (NHibernate Tools)

2010-02-18 Thread Robert Rudduck
Do you have the connection string right? Sounds like NH might not be looking in the right place, so it thinks all the tables are new... On Thu, Feb 18, 2010 at 7:41 AM, Marco < irresponsible.philosop...@googlemail.com> wrote: > Hello, > > I'm trying to use the NHIbernate SchemaUpdater > (NHiberna

[nhusers] SchemaUpdater (NHibernate Tools)

2010-02-18 Thread Marco
Hello, I'm trying to use the NHIbernate SchemaUpdater (NHibernate .Tool .hbm2ddl .SchemaUpdate). If I call schemaUpdate.execute(true,true) the function will block the program for appr. 5 minutes, then output sql-commands but doesn't apply them to the database. and the sql- commands does update E

[nhusers] SchemaUpdater

2009-10-13 Thread cws
Hi! After little sourcecode browsing in the latest 2.1.400 version I noticed that the schemaupdate doesn't alter a column which already exists? Would'nt that be a great feature to be able to sync existing db schema. But maybe there is some cons against such a approach. Is it teh same with schem