subsonic / SubSonic-3.0-Templates

T4 Template Project for the peeps
http://subsonic.github.io/
105 stars 46 forks source link

sqlite provider broken #16

Closed zodman closed 15 years ago

zodman commented 15 years ago

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 15 years ago

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 15 years ago

Thanks funky81... Your template updates have been pushed...

funky81 commented 15 years ago

Thanks erickemp