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 the Database Adapter for Ingres which includes the Ingres-specific implementation for database access.
7
+
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is
8
+
the Database Adapter for Ingres which includes the Ingres-specific implementation for database access.
7
9
8
10
## Important Note
9
11
10
-
We once wrote this Database Adapter for Ingres 4.0.7. Apperently, the oldest version of 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 not compatible with our code.
11
-
You therefore, have to integrate your own 4.0.7 driver manualy without maven.
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.
12
16
13
17
Furthermore, this Adapter is not able to write to the Database. Only reading is available. <br>
14
18
The Following actions are not supported:
19
+
15
20
- createTable
16
21
- addColumn
17
22
- alterColumn
@@ -21,15 +26,28 @@ The Following actions are not supported:
21
26
- appendEscapeName
22
27
23
28
## XDEV-IDE
24
-
The [XDEV(-IDE)](https://xdev.software/en/products/swing-builder) is a visual Java development environment for fast and easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder, the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework can be integrated.
25
29
26
-
The XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5, the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD concept of XDEV and is part of every XDEV application, was released as open-source in 2008.
30
+
The [XDEV(-IDE)](https://xdev.software/en/products/swing-builder) is a visual Java development environment for fast and
31
+
easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or
32
+
NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder,
33
+
the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework
34
+
can be integrated.
35
+
36
+
The XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5,
37
+
the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has
38
+
been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD
39
+
concept of XDEV and is part of every XDEV application, was released as open-source in 2008.
27
40
28
41
## Support
29
-
If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
42
+
43
+
If you need support as soon as possible and you can't wait for any pull request, feel free to
44
+
use [our support](https://xdev.software/en/services/support).
30
45
31
46
## Contributing
47
+
32
48
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
33
49
34
50
## Dependencies and Licenses
35
-
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/xapi-db-ingres/dependencies/)
51
+
52
+
View the [license of the current project](LICENSE) or
53
+
the [summary including all dependencies](https://xdev-software.github.io/xapi-db-ingres/dependencies/)
0 commit comments