Closed benmerckx closed 7 years ago
Fixes #28. If however other fields should be allowed on the database class this needs to be handled differently.
Yeah, I don't really know what I was thinking there. I suppose I wanted to wrap the rest of the loop in if (table != null) { ... }. Never been a big fan of jumps, but let's just be pragmatic and continue ^^
if (table != null) { ... }
continue
Fixes #28. If however other fields should be allowed on the database class this needs to be handled differently.