Skip to content

Commit

Permalink
1825800 - MS SQL SERVER DIALECT DEVELOPMENT. Base64 encode binary dat…
Browse files Browse the repository at this point in the history
…a in SQL Server
  • Loading branch information
chenson42 committed Dec 4, 2007
1 parent e12f43e commit a41a9ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -297,7 +297,7 @@ void batchBegin(String batchId) throws IOException {
writer.write(batchId);
writer.newLine();
writeCSV(CsvConstants.BINARY);
writer.write(BinaryEncoding.BASE64.name());
writer.write(BinaryEncoding.NONE.name());
writer.newLine();
}

Expand Down

0 comments on commit a41a9ff

Please sign in to comment.