ELT = Extract, Load, Transform http://en.wikipedia.org/wiki/Extract,_transform,_load
John Davidson On Tue, May 25, 2010 at 6:27 PM, Armin Landscheidt <[email protected]>wrote: > Thanks for your answers. > > @nadav s > whats ELT? > > I want to avoid to write updatescripts by my self. The schema is given > by the domainmodel. I thought there are any tools for help tracking > changes in the domain model. > > On 25 Mai, 02:50, Diego Mijelshon <[email protected]> wrote: > > Install-time scripts. Be sure to code defensively, considering that setup > > might be aborted at any point. > > I mean: > > IF (/*property exists with old name*/) > > ALTER TABLE ... > > etc. > > > > Diego > > > > On Mon, May 24, 2010 at 13:13, Armin Landscheidt <[email protected] > >wrote: > > > > > > > > > Which is the best way to migrate the database from one version of my > > > program to the next version? > > > > > Some special cases are renaming of classes and properties. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "nhusers" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<nhusers%[email protected]> > <nhusers%[email protected]<nhusers%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/nhusers?hl=en. > > > > -- > > You received this message because you are subscribed to the Google Groups > "nhusers" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/nhusers?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
