DatabaseManager_For_Android
DatabaseManager_For_Android copied to clipboard
A minor change
Hi, I love this! Thank you!
One problem, if a table is empty, you cannot add a row or drop it. To fix this, look for if(c2!=null) (line 393). Move line 401 - 670 above the if statement on 393.
It worked for me.
Thanks again!
Thanks @kman261. Ran into this issue today, and your tip helped. I hope this gets folded into the mainline.