[transfer-dev] Re: Database function calls?

2009-05-27 Thread Cameron Childress
, Bob On Wed, May 27, 2009 at 1:15 PM, Cameron Childress camer...@gmail.com wrote: I'm a little late to the party but just getting my feet wet with Transfer.  I'm trying it out on an existing project that I'm updating and refactoring... Currently I use columns called dateModified

[transfer-dev] Re: Database function calls?

2009-05-27 Thread Cameron Childress
do, but off the top of my head it sounds like it might address your requirement. -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: camer...@gmail.com --~--~-~--~~~---~--~~ Before posting questions

[transfer-dev] Re: Transfer ORM and table based objects

2009-06-15 Thread Cameron Childress
-- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: camer...@gmail.com --~--~-~--~~~---~--~~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask

[transfer-dev] Re: Transfer ORM and table based objects

2009-06-15 Thread Cameron Childress
. Just my two cents. Doug Boude  :0) On Mon, Jun 15, 2009 at 1:28 PM, Cameron Childress camer...@gmail.com wrote: So, I've been toying with Transfer off and on since CF.Objective, but I think I've come to a end of my exploration.  I wanted to ping the like and make sure I'm not missing

[transfer-dev] Re: Transfer ORM and table based objects

2009-06-15 Thread Cameron Childress
file. This would be cool since I'd be able to take advantage of all the setter getters Transfer automagically generates for me. But again, that's a ton of extra work for very little benefit. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim

[transfer-dev] Re: Transfer ORM and table based objects

2009-06-15 Thread Cameron Childress
To clarify, the table I tried to cleverly rename as table1 with an alias of T1, was initially aliased sm in my code, not T1. Sorry if my invalid pseudocode is confusing. On Mon, Jun 15, 2009 at 3:34 PM, Cameron Childresscamer...@gmail.com wrote: SELECT  sm.prop1,                sm.prop2,