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

Commit 7a2ddb5

Browse files
authored
Streamlined Readme.md
1 parent 1a38c1b commit 7a2ddb5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66

77
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is the Database Adapter for Sybase which includes the Sybase-specific implementation for database access.
88

9-
# Important Note
9+
### :information_source: Important Notes
1010

11-
We once wrote this Database Adapter for Sybase 6.0. According to the following comment on StackOverflow (https://stackoverflow.com/a/26350230/12336976) this jar is now part of Sybase jConnect.
12-
The Maven Dependency (found on https://mvnrepository.com/artifact/com.esen.jdbc/sybase-jconn3/6.0 ), should not be used.
13-
In order to get this Adapter to run, you have to register on their website and manually download the JAR.
11+
We once wrote this Database Adapter for Sybase 6.0 which is now a part of Sybase jConnect.<br/>
12+
[The JDBC-Connector Jar must be downloaded from their website (requires registration)](https://stackoverflow.com/a/26350230/12336976).
1413

1514
Furtermore, this Adapter is not applicable to write to the database. Your are only able to read from it.
1615

@@ -49,15 +48,11 @@ We encourage you to read the [contribution instructions by GitHub](https://guide
4948
The XDEV Application Framework is released under [GNU Lesser General Public License version 3](https://www.gnu.org/licenses/lgpl-3.0.en.html) aka LGPL 3<br/>
5049
View the [summary of all dependencies online](https://xdev-software.github.io/xapi-db-sybase/dependencies/)
5150

52-
## Support
53-
If you need support as soon as possible and you can not wait for any pull request, feel free to use our support
54-
https://xdev.software/en/services/support
55-
5651
## Releasing [![Build](https://img.shields.io/github/workflow/status/xdev-software/xapi-db-sybase/Release?label=Release)](https://github.com/xdev-software/xapi-db-sybase/actions/workflows/release.yml)
5752
Consider doing a [test-deployment](https://github.com/xdev-software/xapi-db-sybase/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
5853

5954
If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes.
6055

6156
When the release is finished do the following:
6257
* Merge the auto-generated PR (with the incremented version number) back into the ``develop``
63-
* Add the release notes to the [GitHub release](https://github.com/xdev-software/xapi-db-sybase/releases/latest)
58+
* Add the release notes to the [GitHub release](https://github.com/xdev-software/xapi-db-sybase/releases/latest)

0 commit comments

Comments
 (0)