Re: EOGlobalID

2011-04-25 Thread Amiel Montecillo
Thanks Mike! I must have missed a wiki page about the 2 underscore thingy. On Tue, Apr 26, 2011 at 8:41 AM, Mike Schrag wrote: > because it has two underscores in front of it and you don't really know how > it's implemented ... > > On Apr 25, 2011, at 7:57 PM, Amiel Montecillo wrote: > > Hi All

Re: EOGlobalID

2011-04-25 Thread Mike Schrag
because it has two underscores in front of it and you don't really know how it's implemented ... On Apr 25, 2011, at 7:57 PM, Amiel Montecillo wrote: > Hi All, > > Just a quick followup question for my additional knowledge. > > There is a method in EOCustomObject.__globalID(). Any reason why

Re: EOGlobalID

2011-04-25 Thread Amiel Montecillo
Hi All, Just a quick followup question for my additional knowledge. There is a method in EOCustomObject.__globalID(). Any reason why using this should be avoided? Thanks, Amiel On Sat, Apr 23, 2011 at 6:31 AM, Chuck Hill wrote: > > On Apr 22, 2011, at 1:59 PM, Chris Pastore wrote: > > While tr

Re: EOQualifier and ERXKey question

2011-04-25 Thread Travis Britt
Suggestion for making life suck less: can you store expirationDate as an attribute computed when the record is created/modified? Then expired notifications = Notification.expirationDate.before(new NSTimestamp()), or the inverse. Otherwise you have to go subquery. Which you can do, but tb

EOQualifier and ERXKey question

2011-04-25 Thread Andrew Kinnie
Not sure if this is doable. I have an entity (Notification) with an attribute for createDate and another for minutesToExpire which is an Integer and has a default, but can be changed. I need to create a qualifier where I get all notifications where the createDate is after now - minutesToExpire

[MEETING] Reminder - WO-NoVA is TOMORROW NIGHT (4/26/2011)

2011-04-25 Thread Andrew Kinnie
Greetings all, WO-NoVA is scheduled for tomorrow night (4/26/2011) at 6:30 PM at K12's offices in Herndon, VA. We will be discussing Git in light of the recent repository changes from SVN to Git. All the cool people will be there. And Dave. And me. As usual, RSVPs appreciated. K12, Inc 230

Re: EOGlobalID

2011-04-25 Thread Chris Pastore
Although redundant, that does work! Thanks to you and David for the solution. Thanks, Chris Pastore On Apr 22, 2011, at 6:31 PM, Chuck Hill wrote: On Apr 22, 2011, at 1:59 PM, Chris Pastore wrote: While trying to return an EOGlobalID for a generic record, I am getting a null. I have a metho