|
6 | 6 |
|
7 | 7 | 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.
|
8 | 8 |
|
9 |
| -# Important Note |
| 9 | +### :information_source: Important Notes |
10 | 10 |
|
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). |
14 | 13 |
|
15 | 14 | Furtermore, this Adapter is not applicable to write to the database. Your are only able to read from it.
|
16 | 15 |
|
@@ -49,15 +48,11 @@ We encourage you to read the [contribution instructions by GitHub](https://guide
|
49 | 48 | 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/>
|
50 | 49 | View the [summary of all dependencies online](https://xdev-software.github.io/xapi-db-sybase/dependencies/)
|
51 | 50 |
|
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 |
| - |
56 | 51 | ## Releasing [](https://github.com/xdev-software/xapi-db-sybase/actions/workflows/release.yml)
|
57 | 52 | Consider doing a [test-deployment](https://github.com/xdev-software/xapi-db-sybase/actions/workflows/test-deploy.yml?query=branch%3Adevelop) before actually releasing.
|
58 | 53 |
|
59 | 54 | If the ``develop`` is ready for release, create a pull request to the ``master``-Branch and merge the changes.
|
60 | 55 |
|
61 | 56 | When the release is finished do the following:
|
62 | 57 | * 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