[Hibernate] dynamic schema update

2002-11-04 Thread Christoph Sturm
Hi All! I finally managed to commit the dynamic schema update. To use it just instantiate a SchemaUpdater Object, and call doUpdate. I tried it with MS SQL Server, later I will try it with firebird and oracle, I just wanted to commit it, because I have it sitting on my drive for such a long time.

Re: [Hibernate] dynamic schema update

2002-10-23 Thread Gavin King
x27;" <[EMAIL PROTECTED]>; "Gavin King" <[EMAIL PROTECTED]> Cc: "hibernate list" <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 8:38 PM Subject: Re: [Hibernate] dynamic schema update > I have it on my harddisk at home, and its actually finished

Re: [Hibernate] dynamic schema update

2002-10-23 Thread Christoph Sturm
ROTECTED]> To: "'Christoph Sturm'" <[EMAIL PROTECTED]>; "Gavin King" <[EMAIL PROTECTED]> Cc: "hibernate list" <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 12:08 PM Subject: RE: [Hibernate] dynamic schema update > Hi, > > Is

Re: [Hibernate] dynamic schema update

2002-10-17 Thread Christoph Sturm
; To: "Christoph Sturm" <[EMAIL PROTECTED]> Cc: "hibernate list" <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 5:34 AM Subject: Re: [Hibernate] dynamic schema update Yeah, funny, I looked at this project about a year ago in the early stages of Hibernate but i

Re: [Hibernate] dynamic schema update

2002-10-17 Thread Gavin King
OTECTED]> Cc: "hibernate list" <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 5:30 AM Subject: Re: [Hibernate] dynamic schema update > Gavin King wrote: > > >>I have now added a Schemaupdater to hibernate. At the moment it only > >>adds missing

Re: [Hibernate] dynamic schema update

2002-10-17 Thread Gavin King
> I have now added a Schemaupdater to hibernate. At the moment it only > adds missing colums to the schema, and creates tables if they are > missing. I have testet it with sql server. All the rest of hibernate > seems to still work, so I could commit it to cvs if you have no objections. Cool!! Go

[Hibernate] dynamic schema update

2002-10-17 Thread Christoph Sturm
Hi All! I have now added a Schemaupdater to hibernate. At the moment it only adds missing colums to the schema, and creates tables if they are missing. I have testet it with sql server. All the rest of hibernate seems to still work, so I could commit it to cvs if you have no objections. Someth