Use of Reserved word table name in sql server causes errors

Hi
I have a table name called Class (as in school class) which caused errors when building. Renaming the table to SchoolClass solved the problem. It seems reserved words in table names may be an issue when building the app. Obviously for green field projects I can rename the table but not so easy for existing projects.
I know other systems I've used rename the object to Class0 or similar so that it will build and existing schemas wont break the build.
Any guidance on this?
Thanks

Thanks @timt! The fix will be part of our next release later this week!