Skip to content

Commit b83caec

Browse files
committed
release notes 1.0.2
1 parent a6c58d7 commit b83caec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
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>
@@ -295,6 +296,7 @@
295296
<version>8.0.23</version>
296297
<scope>test</scope>
297298
</dependency>
299+
298300
<dependency>
299301
<groupId>org.testcontainers</groupId>
300302
<artifactId>mysql</artifactId>
@@ -313,9 +315,9 @@
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>

release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
## Release Notes
22

33
### 1.0.2
4+
45
Added detection of autoinc type for Oracle > 11 if using the form: "COLUMN_NAME" NUMBER GENERATED BY DEFAULT ON NULL AS IDENTITY
56
Added tests and warning for byte type since it's not consistently represented in different databases
67
Added basic 1st pass support for TestContainers using Docker
78
Removed String length check on INSERT and UPDATE statements
89
Fixed POM including unnecessary dependencies
10+
Updated Tests to Junit 4
911

1012
### 1.0.1
1113

0 commit comments

Comments
 (0)