mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-29 00:12:11 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user