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.
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is
8
4
the Database Adapter for Ingres which includes the Ingres-specific implementation for database access.
9
5
10
-
##Important Note
6
+
### :information_source:Important Notes
11
7
12
-
We once wrote this Database Adapter for Ingres 4.0.7. Apparently, the oldest version of
13
-
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
14
-
not compatible with our code.
15
-
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!
16
9
17
10
Furthermore, this Adapter is not able to write to the Database. Only reading is available. <br>
0 commit comments