Skip to content
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

fix: query templates modification #1579

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

antonkovalenko
Copy link
Member

@antonkovalenko antonkovalenko commented Nov 4, 2024

Closes #1022

  • alter table in new sql section was extended
  • drop table added to table
  • cdc stream renamed to changefeed (like in docs)
  • add changefeed option added to table context actions

CI Results

Test Status: ✅ PASSED

📊 Full Report

Total Passed Failed Flaky Skipped
134 134 0 0 0

Bundle Size: ✅

Current: 79.21 MB | Main: 79.21 MB
Diff: +0.99 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@antonkovalenko antonkovalenko changed the title query templates modification fix: query templates modification Nov 5, 2024
@artemmufazalov
Copy link
Member

In the Select name "Change data capture" is used for "changeefeed". Is it OK to have two different names in the same menu?

Screenshot 2024-11-05 at 14 10 34

@antonkovalenko
Copy link
Member Author

antonkovalenko commented Nov 5, 2024

In the Select name "Change data capture" is used for "changeefeed". Is it OK to have two different names in the same menu?

Screenshot 2024-11-05 at 14 10 34

yes
it's changefeed in docs
and change data capture is more popular than changefeed (based on my estimation of search results)

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.

Add templates for ALTER statements
2 participants