Skip to content

Commit

Permalink
0001651: MySQL and SQL-Server bulk loaders handle BLOBs between diffe…
Browse files Browse the repository at this point in the history
…rent platforms
  • Loading branch information
erilong committed Mar 24, 2014
1 parent 1a828ce commit c6e1f5a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -172,6 +172,7 @@ protected void flush() {
log.debug(sql);
stmt.execute(sql);
stmt.close();
transaction.commit();
} catch (SQLException ex) {
throw platform.getSqlTemplate().translate(ex);
} finally {
Expand Down

0 comments on commit c6e1f5a

Please sign in to comment.