Gray
Gray
I see none of these that are in the maven central repo. Am I wrong?
RTFM. http://256stuff.com/sources/simplemagic/docs/magic-entries
Yeah sorry. I didn't really address this ticket. I will consider creating a -code extension or something.
I'm not sure I understand your question. It is returning null because it found no match to the `bytes`. Are you asking for partial match information or something? Can you...
Sorry to not respond sooner @ewills. Interesting. You are pushing the limits of my experience in this area. It might be interesting to have 2 caches. One specifically for the...
Wow. Thanks for the level of detail here. Good idea. I'm sure an edge use case but support for this is very isolated.
I don't think you want to do this: detailsQueryBuilder .where() .notIn("id", detailsQueryBuilder.selectColumns("log_id")); The `detailsQueryBuilder.selectColumns(...)` returns the `detailsQueryBuilder` to do chaining so this in effect makes the query not-in itself which...
Hrm. Can you take a look at the generated query in the logs to see if the query is correct? In looking at the code, I don't see any specific...
Sorry for this @sproket . Can you provide more details if ORMLite is doing something wrong? What's the fix? Upgrade to a later version of the xerial?
Sorry for the delay. I can't really read that code. Can you make the one that fails more simple?