-
Notifications
You must be signed in to change notification settings - Fork 88
Metadata feature #554
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
Open
romanost03
wants to merge
70
commits into
polypheny:master
Choose a base branch
from
romanost03:metadataFeature
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Metadata feature #554
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ith HttpServer.java
…ilation in build.gradle of the oracle adapter.
…data structures for saving those information.
… adapter for retrieving data correctly.
…" method searches with uppercase letters (lowercase doesn't work).
…ew added in Crud and HttpServer.
…ed for postgres first so far)
… sends it correctly to the UI.
…etadata tree structure. And added new command for the HTTP-Server to handle selected attrbiutes
…he oracle adapter
… (yet only postgresql adapter) and are considered while creating the source in the DdlManagerImpl.java
…s datatype "LONGVARCHAR" is correctly recognized.
…ry metadata from oracle source are not filterer yet.
…tedColumns" in monetdb-adapter. The adapter gets deployed now and shows data.
…n the tables setting anymore. "FetchPreview" method for the MetadataProvider instances now shows all metadata (working for postgres and monet db yet).
…g metadata information are filtered.
…data provider is working.
…rly (prototype by now)
…table setting input if the user hasn't made a selection from the preview request (as a long as table setting is active).
…yed adapter. Yet metadata changes are detected but not applied.
…tener removes Adapter Hash when dropping.
# Conflicts: # core/src/main/java/org/polypheny/db/adapter/DataSource.java # dbms/src/main/java/org/polypheny/db/ddl/DdlManagerImpl.java # plugins/csv-adapter/src/main/java/org/polypheny/db/adapter/csv/CsvSource.java # plugins/excel-adapter/src/main/java/org/polypheny/db/adapter/excel/ExcelSource.java # plugins/monetdb-adapter/src/main/java/org/polypheny/db/adapter/monetdb/sources/MonetdbSource.java # plugins/mysql-adapter/src/main/java/org/polypheny/db/adapter/jdbc/MysqlSourcePlugin.java # plugins/postgres-adapter/src/main/java/org/polypheny/db/adapter/postgres/source/PostgresqlSource.java # webui/src/main/java/org/polypheny/db/webui/Crud.java
…N-source (prototype now). Bugfix for adding meta-configurations.
…dd fallback datatype for ExcelEnumerator
…is created and freed by every run.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated schema discovery for heterogenous data stores implementation.