Skip to content

Regression introduced by #3779 in sql inline comment for label (missing bean type prefix)#3790

Merged
rob-bygrave merged 1 commit into
masterfrom
feature/regression-inline-query-comment
Jun 18, 2026
Merged

Regression introduced by #3779 in sql inline comment for label (missing bean type prefix)#3790
rob-bygrave merged 1 commit into
masterfrom
feature/regression-inline-query-comment

Conversation

@rob-bygrave

@rob-bygrave rob-bygrave commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

So when we used to get an inline comment like:

select /* Customer.hiLabel */ ...

We started to instead have (missing bean type):

select /* hiLabel */ ...

This fixes that regression that was introduced in #3779 (Version 16.9.0 / 17.9.0)

…ng bean type prefix)

So when we used to get an inline comment like:
```sql
select /* Customer.hiLabel */ ...
```
We started to instead have (missing bean type):
```sql
select /* hiLabel */ ...
```
This fixes that regression that was introduced in #3779
@rob-bygrave rob-bygrave self-assigned this Jun 18, 2026
@rob-bygrave rob-bygrave added this to the 16.11.1 milestone Jun 18, 2026
@rob-bygrave rob-bygrave merged commit 1545e68 into master Jun 18, 2026
1 check passed
@rob-bygrave rob-bygrave deleted the feature/regression-inline-query-comment branch June 18, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant