Fixed some petapoco issue with insert.

This commit is contained in:
kay.one 2011-07-02 16:45:29 -07:00
commit 861026f743
6 changed files with 4 additions and 70 deletions

View file

@ -329,7 +329,7 @@ namespace PetaPoco
Oracle,
SQLite
}
DBType _dbType = DBType.SqlServer;
DBType _dbType = DBType.SqlServerCE;
// Common initialization
private void CommonConstruct()