Gray

Results 153 comments of Gray

Yeah it still exists. Can you help find an easy solution to this? Unfortunately Postgres does not allow easy table or sequence listing that I can find.

Any idea how portable this is across postgres versions? I guess it is better than nothing.

Dammit. I really don't have a good way of fixing this. There is no `IF EXISTS` in Postgres. All of the SO solutions that I see are very version dependent....

> Incidentally, the reason why this isn't so simple is you might get an exception when calling `toString()` on the `expected` and/or `actual` values. We could put catches around the...

Can you post the full exception? Can you also figure out what query ORMLite is generating?

What does this do to the backwards compatibility? @kpgalligan any comments?

Should I release 2 versions? One with the old android-support and one with AndroidX?

Hey @leandroruiz96 , can you merge up from trunk. I see a lot of duplicate changes were are confusing the diff.

How can I test these changes? I'm not up on my Android testing. I'd like to verify that the old version of the generated files work as well as the...

I've fixed some issues around handling of exceptions when using the `TransactionManager` in both 5.2 and 5.3. I'd love to know if they resolve your issues.