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 3, 2007
1 parent 9feca5e commit e14344a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -32,6 +32,7 @@
import org.jumpmind.symmetric.common.Constants;
import org.jumpmind.symmetric.common.csv.CsvConstants;
import org.jumpmind.symmetric.config.IRuntimeConfig;
import org.jumpmind.symmetric.db.BinaryEncoding;
import org.jumpmind.symmetric.db.IDbDialect;
import org.jumpmind.symmetric.model.Data;
import org.jumpmind.symmetric.model.DataEventType;
Expand Down Expand Up @@ -289,6 +290,8 @@ void location(String location) throws IOException {
writeCSV(CsvConstants.NODEID);
writer.write(location);
writer.newLine();
writeCSV(CsvConstants.BINARY);
writer.write(BinaryEncoding.BASE64.name());
}

void batchBegin(String batchId) throws IOException {
Expand Down

0 comments on commit e14344a

Please sign in to comment.