Skip to content

Commit

Permalink
#128: Added reference to list of Virtual Schema dialects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 26, 2022
1 parent 1704a24 commit f07c1ea
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

This module contains common parts for Virtual Schema Adapters that use JDBC to access the remote data source.

This module is part of a larger project called [Virtual Schemas](https://github.com/exasol/virtual-schemas) covering JDBC based dialects as well as others, see complete list of [dialects](https://github.com/exasol/virtual-schemas/blob/main/doc/user-guide/dialects.md).


## Customer Support

This is an open source project which is officially supported by Exasol. For any question, you can contact our support team.
Expand Down
1 change: 1 addition & 0 deletions doc/changes/changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions doc/changes/changes_10.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Virtual Schema Common JDBC 10.0.2, released 2022-10-26

Code name: Documentation Update

## Summary

Updated documentation.

## Documentation

* #128: Added reference to list of Virtual Schema dialects.

## Dependency Updates

### Plugin Dependency Updates

* Updated `com.exasol:project-keeper-maven-plugin:2.7.0` to `2.8.0`
2 changes: 1 addition & 1 deletion pk_generated_parent.pom

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>virtual-schema-common-jdbc</artifactId>
<version>10.0.1</version>
<version>10.0.2</version>
<name>Virtual Schema Common JDBC</name>
<description>Common module for JDBC-based data access from Virtual Schemas.</description>
<url>https://github.com/exasol/virtual-schema-common-jdbc/</url>
Expand Down Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>com.exasol</groupId>
<artifactId>project-keeper-maven-plugin</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -138,7 +138,7 @@
<parent>
<artifactId>virtual-schema-common-jdbc-generated-parent</artifactId>
<groupId>com.exasol</groupId>
<version>10.0.1</version>
<version>10.0.2</version>
<relativePath>pk_generated_parent.pom</relativePath>
</parent>
</project>

0 comments on commit f07c1ea

Please sign in to comment.