Closed GoogleCodeExporter closed 8 years ago
Index: SQLitePersistentObject.m
===================================================================
--- SQLitePersistentObject.m (revision 64)
+++ SQLitePersistentObject.m (working copy)
@@ -524,6 +524,7 @@
}
}
[oneItem makeClean];
+ [[self class] registerObjectInMemory:oneItem];
[ret addObject:oneItem];
[oneItem release];
}
That seems (at first glance) to be the kind of thing that's needed in there to
fix things.
Original comment by mattjgal...@gmail.com
on 15 Feb 2009 at 10:39
Thanks. Fixed in revision 67
Original comment by amle...@gmail.com
on 17 Feb 2009 at 11:27
Awesome - can I become a member of the project? Or are you saving that for only
specific people? I just would like to help out with it.
Original comment by mattjgal...@gmail.com
on 17 Feb 2009 at 1:28
I think you need to be added by project owner jeff lamarche. send him an email.
Original comment by amle...@gmail.com
on 17 Feb 2009 at 8:30
[deleted comment]
[deleted comment]
I meet this problem, too!
With the latest version, and use findByXXX twice, get only date type data but no
string type data on the second time...
Original comment by mengke.w...@gmail.com
on 11 May 2009 at 2:04
Now I use [SQLitePersistentObject clearCache] before I want to find something
twice,
it works.
But may be slower a little...
Original comment by mengke.w...@gmail.com
on 11 May 2009 at 2:13
Original issue reported on code.google.com by
mattjgal...@gmail.com
on 15 Feb 2009 at 7:39