Coerce primary keys to strings in the thread-local lookup cache to handle lookups for numeric or string keys coming back in the JSON

This commit is contained in:
Blake Watters
2011-07-02 15:03:08 -04:00
parent 546eb627cd
commit f0e8e8d44f
4 changed files with 44 additions and 7 deletions

View File

@@ -87,13 +87,13 @@
</EnvironmentVariable>
<EnvironmentVariable
key = "UISPEC_SPEC"
value = "RKObjectLoaderSpec"
isEnabled = "YES">
value = "RKManagedObjectStoreSpec"
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "UISPEC_EXAMPLE"
value = "itShouldRespectTheRootKeyPathWhenConstructingATemporaryObjectMappingProvider"
isEnabled = "YES">
isEnabled = "NO">
</EnvironmentVariable>
<EnvironmentVariable
key = "NSAutoreleaseHaltOnNoPool"