Skip to content

Commit

Permalink
Merge pull request #19 from chathudan/patch-1
Browse files Browse the repository at this point in the history
Add type Blob
  • Loading branch information
foxykeep committed Nov 20, 2013
2 parents 7c81dc4 + 8975935 commit a1431ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ private void setType(final String type) {
dbType = "real";
} else if (type.equals("string") || type.equals("text") || type.equals("String")) {
dbType = "text";
}else if (type.equals("Blob") || type.equals("blob") ) {
dbType = "blob";
}
}

Expand Down

0 comments on commit a1431ac

Please sign in to comment.