Re: [GENERAL] Version/Change Management of functions?

2006-07-10 Thread Stephane Bortzmeyer
On Fri, Jul 07, 2006 at 02:08:08PM -0600, Michael Loftis [EMAIL PROTECTED] wrote a message of 28 lines which said: Since there's no way to directly control whats in the DB via a VCS, further, how do you verify that what is in the DB is also in the VCS, etc? This is not a

Re: [GENERAL] Version/Change Management of functions?

2006-07-09 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-07-07 14:08:08 -0600: --On July 7, 2006 12:35:53 PM + Roman Neuhauser [EMAIL PROTECTED] wrote: # [EMAIL PROTECTED] / 2006-07-06 22:41:27 -0600: OK I know this is an odd question but I'm working on an app that will rely more and more on database driven

Re: [GENERAL] Version/Change Management of functions?

2006-07-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-07-06 22:41:27 -0600: OK I know this is an odd question but I'm working on an app that will rely more and more on database driven functions, and while the app's source is in SVN, and I intend for the source of the SQL scripts to also be there, I was

Re: [GENERAL] Version/Change Management of functions?

2006-07-07 Thread Kenneth Downs
Michael Loftis wrote: OK I know this is an odd question but I'm working on an app that will rely more and more on database driven functions, and while the app's source is in SVN, and I intend for the source of the SQL scripts to also be there, I was wondering...what are people doing for

Re: [GENERAL] Version/Change Management of functions?

2006-07-07 Thread Jorge Godoy
Kenneth Downs [EMAIL PROTECTED] writes: We went for generating all server-side code out of a data dictionary. This makes for a significant change in the way change management is handled. In this scenario change management becomes the analysis of before and after data dictionaries. If the

Re: [GENERAL] Version/Change Management of functions?

2006-07-07 Thread Merlin Moncure
On 7/7/06, Michael Loftis [EMAIL PROTECTED] wrote: OK I know this is an odd question but I'm working on an app that will rely more and more on database driven functions, and while the app's source is in SVN, and I intend for the source of the SQL scripts to also be there, I was wondering...what

Re: [GENERAL] Version/Change Management of functions?

2006-07-07 Thread Kenneth Downs
Jorge Godoy wrote: Kenneth Downs [EMAIL PROTECTED] writes: We went for generating all server-side code out of a data dictionary. This makes for a significant change in the way change management is handled. In this scenario change management becomes the analysis of "before" and

Re: [GENERAL] Version/Change Management of functions?

2006-07-07 Thread Michael Loftis
--On July 7, 2006 12:35:53 PM + Roman Neuhauser [EMAIL PROTECTED] wrote: # [EMAIL PROTECTED] / 2006-07-06 22:41:27 -0600: OK I know this is an odd question but I'm working on an app that will rely more and more on database driven functions, and while the app's source is in SVN, and I

Re: [GENERAL] Version/Change Management of functions?

2006-07-07 Thread Joshua D. Drake
On Friday 07 July 2006 13:08, Michael Loftis wrote: --On July 7, 2006 12:35:53 PM + Roman Neuhauser [EMAIL PROTECTED] wrote: # [EMAIL PROTECTED] / 2006-07-06 22:41:27 -0600: OK I know this is an odd question but I'm working on an app that will rely more and more on database driven

[GENERAL] Version/Change Management of functions?

2006-07-06 Thread Michael Loftis
OK I know this is an odd question but I'm working on an app that will rely more and more on database driven functions, and while the app's source is in SVN, and I intend for the source of the SQL scripts to also be there, I was wondering...what are people doing for version control and change