On Tuesday 03 October 2006 02:48, [EMAIL PROTECTED] wrote: > Wonder if these ORMs do database versioning well e.g. > you change your object definitions, and it generates ALTER TABLE > statements to match.
It's a one liner in RoR's active records (a before update filter) - and you can easily create a scaffold (or a derivative of AR's base class) that will do that one liner automatically for all mapped tables PS: I have played a lot more this weekend with RoR's AR. Initially I thought that performance sucked - but I was just using it the wrong way. Now it performs just wonderfully even for complex nested multi-join tables Horst _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
