Re: update-view-from-class

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Sun, 30 Oct 2005 21:36:18 -0700
Newsgroups gmane.lisp.clsql.devel
Message-ID <[email protected]>
Marco Baringer wrote:
>   i got really annoied at having to manually change the db whenever
>   one of my view classes changed, so i implemented an
>   update-view-from-class function which attempts to do the Right
>   Thing(TM).

Hi Marco,

That's quite a patch with quite useful functionality. At the moment,
I'm unlikey to test it in real depth. How confident are you that it
actually "Does the Right Thing"?

I'll likely commit it in the next CLSQL release, though I'd feel
better actually having done some tests. Might you have the time to
submit some tests for the test suite to ensure the patch does as it
should?

Kevin