Skip to content

Add SQL development metadata export - #3

Open
Evolvion wants to merge 2 commits into
mainfrom
feature/sql-development-metadata-export
Open

Add SQL development metadata export#3
Evolvion wants to merge 2 commits into
mainfrom
feature/sql-development-metadata-export

Conversation

@Evolvion

@Evolvion Evolvion commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add the development-only, read-only conndev_SqlTable object class
  • export detected tables, views, columns, keys, relationships, and type metadata as formatted JSON
  • reuse the existing JDBC discovery snapshot: conndev_ObjectClass exposes the translated connector model, while conndev_SqlTable exposes raw metadata without another schema scan
  • preserve schema-qualified identities for same-named tables
  • add H2 and PostgreSQL integration coverage

Tests

  • mvn -pl base -Dtest=SqlDevConnectorIntegrationTest test — 9 passed
  • mvn -pl base -Dtest=SqlSearchOperationPostgresTest test — 4 passed
  • mvn -pl base test — unrelated existing H2 cleanup failure in CustomSearchIntegrationTest.setUp; subsequent retries pass

@Evolvion
Evolvion requested a review from tonydamage August 24, 2026 07:27
Expose detected tables and views through the read-only conndev_SqlTable object class. Include schema-aware identifiers and complete column, key, and type metadata as formatted JSON. Cover development-mode behavior with H2 and PostgreSQL integration tests.
@Evolvion
Evolvion force-pushed the feature/sql-development-metadata-export branch from 2da20ba to 5c09230 Compare August 24, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant