Hi Ron, The migrations framework doesn't provide an entity mapping the _dbupdater table.
If you really want to manipulate data on this table using EOF then you have to create a model with this entity mapped in your own application. It's probably easier to use raw SQL depending on your use case. Cheers, Henrique Sent from my iPhone On 28/02/2013, at 06:31, Ron X <[email protected]> wrote: > Hi, > > how can i retrieve value of MODELVERSION of _dbupdater without rawSQL? > (smth like > EOModelGroup.defaultGroup().models().valueForKeyPath("_dbupdater")... but it > doesm't work) > > Thanx. > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
