Skip to content

feat(jdbc): expose privileges and richer trigger metadata#39

Merged
stbischof merged 1 commit into
eclipse-daanse:mainfrom
stbischof:wip/sqlquery-querymap
Jul 20, 2026
Merged

feat(jdbc): expose privileges and richer trigger metadata#39
stbischof merged 1 commit into
eclipse-daanse:mainfrom
stbischof:wip/sqlquery-querymap

Conversation

@stbischof

Copy link
Copy Markdown
Contributor

Add ObjectPrivilege for non-table grants (schema, routine, sequence) and surface table/column/object privileges through StructureInfo, with compatibility constructors keeping the plain-JDBC path unchanged.

Trigger now carries all DML events plus the WHEN condition; event() still returns the first event. Oracle and PostgreSQL providers query the new data from their catalog views.

Add ObjectPrivilege for non-table grants (schema, routine, sequence)
and surface table/column/object privileges through StructureInfo, with
compatibility constructors keeping the plain-JDBC path unchanged.

Trigger now carries all DML events plus the WHEN condition; event()
still returns the first event. Oracle and PostgreSQL providers query
the new data from their catalog views.

Signed-off-by: Stefan Bischof <stbischof@bipolis.org>
@stbischof
stbischof merged commit 69e4ad4 into eclipse-daanse:main Jul 20, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant