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

Commit 28cd8aa

Browse files
Cleanup
1 parent d962b2b commit 28cd8aa

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

README.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
[![Latest version](https://img.shields.io/maven-central/v/com.xdev-software/xapi-db-ingres)](https://mvnrepository.com/artifact/com.xdev-software/xapi-db-ingres)
22
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-ingres/checkBuild.yml?branch=develop)](https://github.com/xdev-software/xapi-db-ingres/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
3-
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-ingres/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-ingres)
3+
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-ingres/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-ingres)
4+
45
# SqlEngine Database Adapter Ingres
56

6-
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.
79

810
## Important Note
911

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.
1216

1317
Furthermore, this Adapter is not able to write to the Database. Only reading is available. <br>
1418
The Following actions are not supported:
19+
1520
- createTable
1621
- addColumn
1722
- alterColumn
@@ -21,15 +26,28 @@ The Following actions are not supported:
2126
- appendEscapeName
2227

2328
## 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.
2529

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.
2740

2841
## 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).
3045

3146
## Contributing
47+
3248
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
3349

3450
## 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/)

src/main/java/ingres.png

-231 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)