Skip to content

[CB] SQL Query generation: add settings for the Generated SQL window#4275

Open
sergeyteleshev wants to merge 4 commits intodbeaver/pro#8716-generated-sql-optionsfrom
8328-cb-sql-query-generation-add-settings-for-the-generated-sql-window
Open

[CB] SQL Query generation: add settings for the Generated SQL window#4275
sergeyteleshev wants to merge 4 commits intodbeaver/pro#8716-generated-sql-optionsfrom
8328-cb-sql-query-generation-add-settings-for-the-generated-sql-window

Conversation

@sergeyteleshev
Copy link
Copy Markdown
Contributor

@sergeyteleshev sergeyteleshev requested a review from Wroud April 8, 2026 22:45
@sergeyteleshev sergeyteleshev self-assigned this Apr 8, 2026
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 8, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

Comment on lines +43 to +44
const DEFAULT_USE_FULLY_QUALIFIED_NAMES = true;
const DEFAULT_COMPACT_SQL = false;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you have this constants in multiple files?

const query = await this.sqlGeneratorsResource.generateEntityQuery(
action.id,
node.id,
DEFAULT_USE_FULLY_QUALIFIED_NAMES,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Declare this defaults constants in sqlGeneratorsResource

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.

3 participants