File tree Expand file tree Collapse file tree
src/main/java/org/ohnlp/backbone/io/jdbc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >1.0.14 </version >
10+ <version >1.0.15 </version >
1111 </parent >
1212
1313 <artifactId >api</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >1.0.14 </version >
10+ <version >1.0.15 </version >
1111 </parent >
1212
1313 <artifactId >core</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >1.0.14 </version >
10+ <version >1.0.15 </version >
1111 </parent >
1212
1313 <artifactId >example-backbone-configs</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >1.0.14 </version >
10+ <version >1.0.15 </version >
1111 </parent >
1212
1313 <groupId >org.ohnlp.backbone.io</groupId >
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ public void initFromConfig(JsonNode config) throws ComponentInitializationExcept
110110 } else { // This is the SQL:2011 standard definition of an offset...fetch syntax
111111 this .orderedQuery += "OFFSET ? ROWS FETCH NEXT " + batchSize + " ROWS ONLY" ;
112112 }
113+ this .identifierCol = config .has ("identifier_col" ) ? config .get ("identifier_col" ).asText () : null ;
113114 } catch (Throwable t ) {
114115 throw new ComponentInitializationException (t );
115116 }
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >1.0.14 </version >
10+ <version >1.0.15 </version >
1111 </parent >
1212
1313 <artifactId >plugin-manager</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >1.0.14 </version >
10+ <version >1.0.15 </version >
1111 </parent >
1212
1313 <groupId >org.ohnlp.backbone.transforms</groupId >
Original file line number Diff line number Diff line change 66
77 <groupId >org.ohnlp.backbone</groupId >
88 <artifactId >backbone-parent</artifactId >
9- <version >1.0.14 </version >
9+ <version >1.0.15 </version >
1010
1111
1212 <properties >
You can’t perform that action at this time.
0 commit comments