sqlite provider broken
Closed this issue · 3 comments
zodman commented
Error 8 Compiling transformation: El control no puede pasar explícitamente de una etiqueta case a otra ('case "integer":') f:\Trabajo\Visual Studio 2008\Projects\ConsoleApplication2\ConsoleApplication2\SQLite.ttinclude 80 3
case "long":
case "integer":
sysType= "long";
//need a break here!
case "guid":
sysType= "Guid";
break;
funky81 commented
Hi zodman, to fix this, you can checkout my Subsonic3 templates fork while the bug fixed being checked and push into Subsonic3 templates master,
erickemp commented
Thanks funky81... Your template updates have been pushed...
funky81 commented
Thanks erickemp