13 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: Separate version table
FromSent OnAttachments
mmstud28 Oct 2007 07:37 
Arnar Birgisson28 Oct 2007 09:00 
sdob...@sistechnology.com28 Oct 2007 12:04 
mmstud28 Oct 2007 13:42 
mmstud28 Oct 2007 13:45 
Arnar Birgisson28 Oct 2007 14:51 
mmstud29 Oct 2007 00:03 
sdob...@sistechnology.com29 Oct 2007 00:08 
mmstud29 Oct 2007 02:24 
mmstud29 Oct 2007 02:34 
Arnar Birgisson29 Oct 2007 02:35 
Arnar Birgisson29 Oct 2007 02:47 
mmstud30 Oct 2007 06:45 
Subject:[sqlalchemy] Re: Separate version table
From:Arnar Birgisson (arna@gmail.com)
Date:10/28/2007 02:51:44 PM
List:com.googlegroups.sqlalchemy

On 10/28/07, mmstud <mms@gmail.com> wrote:

Thanks there were some good ideas to try. Btw. what does the first def constructor(fun)?

It is a decorator I use on mapped classes constructors. It allows me to give keyword arguments to constructors with initial values for any field in class.c (i.e. any mapped columns).

cheers, Arnar