egodatabase
egodatabase copied to clipboard
Few additions and fixes
1.Added new delegate method for notifying the delegate that the request has started loading.This is helpful in thread synchronization when adding NSOperations asynchronously to a background queue.
2.Added property encoding to EGODatabase to support database where the string encoding is not UTF8
3.Memory leak
@nodemaker It seems the leak issue had fixed on the latest version by ARC.