Skip to content

Commit

Permalink
0000021: Add support for SQlite over JDBC
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Nov 6, 2012
1 parent e1afe6a commit 1197f70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public SqliteDdlBuilder() {

databaseInfo.setDateOverridesToTimestamp(false);
databaseInfo.setEmptyStringNulled(false);
databaseInfo.setBlankCharColumnSpacePadded(true);
databaseInfo.setBlankCharColumnSpacePadded(false);
databaseInfo.setNonBlankCharColumnSpacePadded(false);

}
Expand Down

0 comments on commit 1197f70

Please sign in to comment.