Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit ddd475d

Browse files
authored
Update README.md
1 parent dd0fd2b commit ddd475d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ the Database Adapter for Ingres which includes the Ingres-specific implementatio
55

66
### :information_source: Important Notes
77

8-
We once wrote this Database Adapter for Ingres 4.0.7. Apparently, the oldest version of
9-
this [driver for maven is 9.1-3.2.4](https://mvnrepository.com/artifact/com.ingres.jdbc/iijdbc/9.1-3.2.4). But this is
10-
not compatible with our code.
11-
You therefore, have to integrate your own 4.0.7 driver manually without maven.
8+
We once wrote this Database Adapter for Ingres 4.0.7. As the original JDBC driver is not available on Maven we are using a newer driver which makes the code compileable. This driver might not be compatible with your version of Ingres, so you have to check that before using it!
129

1310
Furthermore, this Adapter is not able to write to the Database. Only reading is available. <br>
14-
The Following actions are not supported:
11+
The following actions are not supported:
1512

1613
- createTable
1714
- addColumn

0 commit comments

Comments
 (0)