-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract common JDBC parts to separate Maven module #280
Labels
refactoring
Code improvement without behavior change
Comments
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 16, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 17, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 17, 2019
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 17, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 18, 2019
redcatbear
added a commit
that referenced
this issue
Oct 21, 2019
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 21, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 21, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 21, 2019
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 21, 2019
redcatbear
added a commit
that referenced
this issue
Oct 21, 2019
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 21, 2019
…ntral Repository. Task-Url: exasol/virtual-schemas#280
redcatbear
added a commit
to exasol/virtual-schema-common-jdbc
that referenced
this issue
Oct 21, 2019
redcatbear
added a commit
to exasol/java-util-logging-testing
that referenced
this issue
Oct 21, 2019
AnastasiiaSergienko
added a commit
that referenced
this issue
Oct 23, 2019
redcatbear
added a commit
that referenced
this issue
Nov 12, 2019
redcatbear
added a commit
that referenced
this issue
Dec 11, 2019
redcatbear
added a commit
that referenced
this issue
Dec 11, 2019
redcatbear
added a commit
that referenced
this issue
Dec 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Situation
This repository contains JDBC-based code that is useful for other kinds of Virtual Schemas that is useful for other Virtual Schema implementations (e.g. row level security). Instead of copying the code we should move the common part to a common Maven module.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: