File tree Expand file tree Collapse file tree
src/main/java/de/bytefish/jsqlserverbulkinsert/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <groupId >de.bytefish</groupId >
99 <artifactId >jsqlserverbulkinsert</artifactId >
10- <version >1.1 </version >
10+ <version >1.2 </version >
1111 <name >jsqlserverbulkinsert</name >
1212 <description >JSqlServerBulkInsert is a Java library for Bulk Inserts to the SQL Server.</description >
1313 <url >http://www.github.com/bytefish/JSqlServerBulkInsert</url >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public String GetFullQualifiedTableName() {
3232 if (StringUtils .isNullOrWhiteSpace (schema )) {
3333 return tableName ;
3434 }
35- return String .format ("%1$s. %2$s" , schema , tableName );
35+ return String .format ("[ %1$s].[ %2$s] " , schema , tableName );
3636 }
3737
3838 @ Override
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ You can obtain [JSqlServerBulkInsert] from Maven by adding the following:
1313<dependency >
1414 <groupId >de.bytefish</groupId >
1515 <artifactId >jsqlserverbulkinsert</artifactId >
16- <version >1.1 </version >
16+ <version >1.2 </version >
1717</dependency >
1818```
1919
You can’t perform that action at this time.
0 commit comments