Skip to content

#90: Integrate anonymous telemetry#91

Merged
kaklakariada merged 7 commits into
mainfrom
kaklakariada/issue90
May 22, 2026
Merged

#90: Integrate anonymous telemetry#91
kaklakariada merged 7 commits into
mainfrom
kaklakariada/issue90

Conversation

@kaklakariada

Copy link
Copy Markdown
Collaborator

Closes #90
Closes #89

@kaklakariada kaklakariada enabled auto-merge (squash) May 22, 2026 06:08
void testDatatypeTimeWithTimezone() {
assertSingleValue("myTimeWithTimeZone", "VARCHAR(2000000) UTF8", "1970-01-01 11:11:11.0");
// Actual value is DST-sensitive: https://github.com/exasol/postgresql-virtual-schema/issues/92
assertSingleValue("myTimeWithTimeZone", "VARCHAR(2000000) UTF8", "1970-01-01 12:11:11.0");

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

but this test was passing before, means that it will only pass until the end of October?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Ah, I see now the description of the issue that this would be solve in a follow up 👍

@sonarqubecloud

Copy link
Copy Markdown

@kaklakariada kaklakariada merged commit 22e33a4 into main May 22, 2026
9 checks passed
@kaklakariada kaklakariada deleted the kaklakariada/issue90 branch May 22, 2026 07:24
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.

Integrate anonymous telemetry SQL dialect version is wrong

2 participants