Gordon McMillan wrote:

On 26 Feb 2004 at 11:07, Brian Kelley wrote:



Actually, one thing that is missing in the python wrapper now
that I think about it is the function that allows a view to be
copied into a view with the same structure. I think this
exists in C++. I wonder if it would be useful to have a
clone function for a view such that:


clone = vw.clone(name="temporary_table")



clone = vw[:]


This doesn't save the data in the database though. I was thinking more about cloning into new permenant storage. My wording was not very clear though. There is also:
clone = vw.copy()


Brian


_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit

Reply via email to