haxetink / tink_sql

SQL embedded into Haxe
MIT License
53 stars 16 forks source link

Descriptive error message for database properties with missing metadata #31

Closed benmerckx closed 7 years ago

benmerckx commented 7 years ago

Fixes #28. If however other fields should be allowed on the database class this needs to be handled differently.

back2dos commented 7 years ago

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 ^^