This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ 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
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
4
5
+ # SqlEngine Database Adapter HyperSQL 1.8
6
+
5
7
> :warning : ** Security Warning** : There is a known security issue with version 1.8 of
6
8
> HyperSQL: [ Dependabot-Issue] ( https://github.com/xdev-software/xapi-db-hsql18/security/dependabot/1 )
7
9
>
8
10
> If possible, please use [ version 2] ( https://github.com/xdev-software/xapi-db-hsql2 ) of our connector!
9
11
10
- # SqlEngine Database Adapter HyperSQL 1.8
11
-
12
12
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is
13
13
the Database Adapter for HSQL18 which includes the HyperSQL 1.8-specific implementation for database access.
14
14
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.xdev-software</groupId >
8
8
<artifactId >xapi-db-hsql18</artifactId >
9
- <version >1.0.0</version >
9
+ <version >1.0.0-SNAPSHOT </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >SqlEngine Database Adapter HSQL18</name >
You can’t perform that action at this time.
0 commit comments