Subject | Re: [Firebird-Java] Re: Unsuccessful metadata update - Solution |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-06-25T08:01:33Z |
> Are you saying that this is a Firebird thing, and not a Jaybird thing?Might not allow. And yes, I mean that JayBird has nothing to do with this.
> IOW, Firebird won't let you add foreign keys when there are multiple
> connections open on the database?
> I too am having hibernate issues with the creation of the foreign keysThe requirement is going to be relaxed in FB 2.0. However, if we talk about
> on my tables. It is absolutely ridiculous that table foreign keys
> can't be added if other connections to the database are open. Not
> useful in the real-world.
the real-world, I assume you talk about the development, not the production.
In my real-world, change of the database schema in the production database
is never done on the fly. Even adding a column or trigger is not done when
active users are there. And the upgrade script is multiple times tested in
the intergration environment before going into production. And there is
still a down time, small, but a downtime. So far I have read about only one
"hot" upgrade of the software - that was WallMart upgrading to JDK 5.0
without stoping the servers, though no database schema changes.
Roman