You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,10 @@ the Database Adapter for Ingres which includes the Ingres-specific implementatio
5
5
6
6
### :information_source: Important Notes
7
7
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!
12
9
13
10
Furthermore, this Adapter is not able to write to the Database. Only reading is available. <br>
0 commit comments