Skip to content

Conversation

Mause
Copy link
Member

@Mause Mause commented Feb 16, 2024

Also cleans up some TODO's I left a while back

Fixes #10682

Copy link
Contributor

@hawkfish hawkfish left a comment

Choose a reason for hiding this comment

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

TIME_TZ is not horribly important but we should make sure it works before 1.0.

return null;
}

if (isType(DuckDBColumnType.TIME)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this handle TIME_TZ too?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think it really makes sense to handle TIME_TZ in the getLocalTime method?

@github-actions github-actions bot marked this pull request as draft March 4, 2024 11:36
@Mause Mause marked this pull request as ready for review March 4, 2024 12:13
@Mause Mause requested a review from hawkfish March 4, 2024 12:14
@Mause Mause requested a review from Mytherin March 5, 2024 05:34
@Mytherin Mytherin merged commit 48a820f into duckdb:main Mar 10, 2024
@Mytherin
Copy link
Collaborator

Mytherin commented Mar 10, 2024

Thanks!

@Mause Mause deleted the bugfix/jdbc-get-time branch March 10, 2024 11:18
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Mar 17, 2024
Merge pull request duckdb/duckdb#11072 from Mytherin/parquetprogress
Merge pull request duckdb/duckdb#10707 from Mause/bugfix/jdbc-get-time
Merge pull request duckdb/duckdb#10831 from krlmlr/f-ext-patch
Merge pull request duckdb/duckdb#11070 from mariotaddeucci/code-quality-pep8-compliant
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.

JDBC ResultSet.getTime() returns null if time value has fractional seconds
3 participants