File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 246246 <version >4.0.2.java8</version >
247247 <scope >test</scope >
248248 </dependency >
249+
249250 <dependency >
250251 <groupId >org.firebirdsql</groupId >
251252 <artifactId >firebird-testcontainers-java</artifactId >
295296 <version >8.0.23</version >
296297 <scope >test</scope >
297298 </dependency >
299+
298300 <dependency >
299301 <groupId >org.testcontainers</groupId >
300302 <artifactId >mysql</artifactId >
313315 <groupId >com.oracle.database.jdbc</groupId >
314316 <artifactId >ojdbc8</artifactId >
315317 <version >18.3.0.0</version >
318+ <scope >test</scope >
316319 </dependency >
317320
318-
319321 <dependency >
320322 <groupId >org.postgresql</groupId >
321323 <artifactId >postgresql</artifactId >
Original file line number Diff line number Diff line change 11## Release Notes
22
33### 1.0.2
4+
45Added detection of autoinc type for Oracle > 11 if using the form: "COLUMN_NAME" NUMBER GENERATED BY DEFAULT ON NULL AS IDENTITY
56Added tests and warning for byte type since it's not consistently represented in different databases
67Added basic 1st pass support for TestContainers using Docker
78Removed String length check on INSERT and UPDATE statements
89Fixed POM including unnecessary dependencies
10+ Updated Tests to Junit 4
911
1012### 1.0.1
1113
You can’t perform that action at this time.
0 commit comments