Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 7d5b79e

Browse files
Security Warning
1 parent e7b4807 commit 7d5b79e

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

README.md

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

6-
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is the Database Adapter for HSQL18 which includes the HSQL18-specific implementation for database access.
5+
# SqlEngine Database Adapter HyperSQL 1.8
6+
7+
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is
8+
the Database Adapter for HSQL18 which includes the HyperSQL 1.8-specific implementation for database access.
79

810
## Important Note
11+
912
This Adapter only works to read from the database. It is **not** possible to perform the following actions:
13+
1014
- createTable
1115
- addColumn
1216
- alterColumn
1317
- dropColumn
1418
- createIndex
1519
- dropIndex
1620

21+
## Security Warning!
22+
23+
There is a known security issue with version 1.8 of
24+
HyperSQL: https://github.com/xdev-software/xapi-db-hsql18/security/dependabot/1
25+
If possible, please use version https://github.com/xdev-software/xapi-db-hsql2 of our connector!
26+
1727
## XDEV-IDE
18-
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.
1928

20-
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.
29+
The [XDEV(-IDE)](https://xdev.software/en/products/swing-builder) is a visual Java development environment for fast and
30+
easy application development (RAD - Rapid Application Development). XDEV differs from other Java IDEs such as Eclipse or
31+
NetBeans, focusing on programming through a far-reaching RAD concept. The IDE's main components are a Swing GUI builder,
32+
the XDEV Application Framework and numerous drag-and-drop tools and wizards with which the functions of the framework
33+
can be integrated.
34+
35+
The XDEV-IDE was license-free up to version 4 inclusive and is available for Windows, Linux and macOS. From version 5,
36+
the previously proprietary licensed additional modules are included in the IDE and the license of the entire product has
37+
been converted to a paid subscription model. The XDEV Application Framework, which represents the core of the RAD
38+
concept of XDEV and is part of every XDEV application, was released as open-source in 2008.
2139

2240
## Support
23-
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).
41+
42+
If you need support as soon as possible and you can't wait for any pull request, feel free to
43+
use [our support](https://xdev.software/en/services/support).
2444

2545
## Contributing
46+
2647
See the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.
2748

2849
## Dependencies and Licenses
29-
View the [license of the current project](LICENSE) or the [summary including all dependencies](https://xdev-software.github.io/xapi-db-hsql18/dependencies/)
50+
51+
View the [license of the current project](LICENSE) or
52+
the [summary including all dependencies](https://xdev-software.github.io/xapi-db-hsql18/dependencies/)

0 commit comments

Comments
 (0)