shuiyouren / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

Support for transient properties #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have properties that should not be persisted, so I have added a facility
to ignore properties in a similar manner to the indices facility - you add
a method called transients to define properties that should not be persisted.

Original issue reported on code.google.com by kimptoc on 9 Jan 2009 at 10:57

Attachments:

GoogleCodeExporter commented 8 years ago
And here is the full diff :)

Original comment by kimptoc on 9 Jan 2009 at 11:01

Attachments:

GoogleCodeExporter commented 8 years ago
Kimptoc - I like this idea - why don't you go ahead and apply it if you're 
comfortable doing it - just make sure to 
apply to most recent revision, as there have been several changes in last two 
days.

Original comment by jeff.lam...@gmail.com on 19 Feb 2009 at 1:21

GoogleCodeExporter commented 8 years ago
BTW - I hope you don't mind, I took the liberty of adding you as a project 
member.. let me know if you'd prefer 
to be removed.

Original comment by jeff.lam...@gmail.com on 19 Feb 2009 at 1:21

GoogleCodeExporter commented 8 years ago
'project member', cool, laughs evil, mad scientist, Tom Zarek kind of 
laugh...power!

Original comment by kimptoc on 19 Feb 2009 at 7:45

GoogleCodeExporter commented 8 years ago
Added along with a test and an example in the console test

Original comment by chris.go...@kimptoc.net on 22 Feb 2009 at 9:52