Skip to content

fix https://github.com/eclipse-daanse/org.eclipse.daanse.sql/issues/47 - #48

Open
dbulahov wants to merge 1 commit into
eclipse-daanse:mainfrom
dbulahov:main210826
Open

fix https://github.com/eclipse-daanse/org.eclipse.daanse.sql/issues/47#48
dbulahov wants to merge 1 commit into
eclipse-daanse:mainfrom
dbulahov:main210826

Conversation

@dbulahov

@dbulahov dbulahov commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Signed-off-by: bulahovdenis@gmail.com

What does this PR do?

fix #47

fix close dialect gaps, add capability flags, atomic table swap, and rename for the remaining schema objects
it was added flags to dialects:
supportRenameTable
supportRenameColumn
supportRenameIndex
supportRenameConstraint
supportAtomicMultiRenameTable
supportRenameView
supportRenameTrigger
supportRenameSequence
and support them in dialects for renaming operations (rename table, column, index and e.c.t.)

@dbulahov
dbulahov force-pushed the main210826 branch 6 times, most recently from d239d2e to dbb98b4 Compare August 21, 2026 13:31
…rename for the remaining schema objects

it was added:
supportRenameTable
supportRenameColumn
supportRenameIndex
supportRenameConstraint
supportAtomicMultiRenameTable
supportRenameView
supportRenameTrigger
supportRenameSequence
and support them in dialects
Signed-off-by: <bulahovdenis@gmail.com>
@stbischof

Copy link
Copy Markdown
Contributor

/request-license-review

@github-actions

Copy link
Copy Markdown

/request-license-review

License review requests:

After all reviews have concluded, re-run the license-vetting check from the Github Actions web-interface to update its status.

Workflow run (with attached summary files):
https://github.com/eclipse-daanse/org.eclipse.daanse.sql/actions/runs/32849261589

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.

Rename DDL: close dialect gaps, add capability flags, atomic table swap, and rename for the remaining schema objects

2 participants