Gray

Results 153 comments of Gray

Are you sure you aren't reading inside of a transaction? That's the only way that I would think that data might be hidden that the command line sees. Another dumb...

Sorry but it's not reading the data. It's just sending the SQL to the server and the server does the filtering.

Thanks for this. Submitted a couple of things for consideration.

I'm not actively keeping it up to date on all file types. If you submit small samples I can add them to the support file.

The list depends on the magic file. You can take a look at the magic file to figure out what is supported. See: https://github.com/j256/simplemagic/blob/master/src/test/resources/magic

Sorry @SunZeF, I'm not an Android specialist so I have no idea what you are talking about. The version-number being upgraded is not a ORMLite error right? It seems like...

Ok I see what you are asking now. You are looking for adding USE INDEX ... as part of the query. This is supported by MySQL and I see support...

Yeah I see it. Hrm. Not sure what the right fix is. I think the bug is in the `TransactionManager`. Do you want to submit a fix which always calls...

Ok. I've been able to reproduce this. I should have always had the `TransactionManager` work with a pooled connection source. Duh.

Thanks for this! I'm pretty ignorant of the Windows side of the fence. Does it make more sense to check for the include file and check for existance of the...