Re: [sqlalchemy]why I can't use custom type by form_statement method??

2010-04-20 Thread Cancer
by the way I read some document about how to use text() but it seems when I use text().I got records from database,not instances of class object. I want to get instance anyone can help me ? 2010/4/20 Cancer k.cancer.2...@gmail.com Hi Michael~ thank you very much for your answer

Re: [sqlalchemy]why I can't use custom type by form_statement method??

2010-04-20 Thread Cancer
) + like '% + crew_name + %', typemap = {'birthday' : NormalDate})).first() by the way...I want to know ..why it be like this? what is difference between from_statement query and filter query? 2010/4/20 Cancer k.cancer.2...@gmail.com by the way I read some