R
Riverside Software
Guest
As Peter said, incremental DF are more than just an implementation detail. They have to be applied in a specific order, and additional steps may have to be executed in between. All those steps have to stored in the code repository, so that they can be applied again and again in any environment. A few years ago, I started working on DB update mechanism with Groovy. I've done a presentation on Groovy at the EU PUG Challenge ( www.pugchallenge.eu/.../groove-is-in-the-ant---querret.pdf ), saying that this language is really good for this kind of task. Next step is to do the presentation for the full DB update mechanism !
Continue reading...
Continue reading...