Gray
Gray
Don't think of portability as polluting. The `__thread` feels a lot less portable.
Does this work with -O2 @ffontaine ? I've seen some return address code causing segfaults with optimization enabled.
Love to get your comments @xiaoxiang781216 .
How's this @juur? Does it go far enough? Are there other database types that need to support it?
Let's take a step back. Is the goal to encrypt data? This has been a missing feature for a while. How would it work? How about callbacks on the dao...
Sorry for the delay @meydominic . That seems like another issue. Also, I think you should look into [SQL argument support](https://ormlite.com/docs/select-arg).
Sorry for the delay on this @juur . Would the encrypt/decrypt have to work on all fields? Or maybe could it just be for string fields? Is a custom persister...
Yeah I need to work on this. Portability is the worry. I'll look at it this week.
Right now I've not forced the library to go to Java 8 which is the holdup. Yes I know Java 7 is ancient but I'm always reluctant to upgrade my...
I'd rather not do a whole module for this although maybe that would be easier than the reflection hack alternatives.