Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ClickHouse
/
clickhouse-java
Public
Notifications
You must be signed in to change notification settings
Fork
632
Star
1.6k
Code
Issues
171
Pull requests
32
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[client-v2,jdbc-v2] Fix reading Date/Time values
- #2727
#2727
Merged
chernser
merged 16 commits into
main
ClickHouse/clickhouse-java:main
from
01/21/26/fix_client_reading_chrono_values
ClickHouse/clickhouse-java:01/21/26/fix_client_reading_chrono_values
Copy head branch name to clipboard
Feb 3, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
[client-v2,jdbc-v2] Fix reading Date/Time values
#2727
chernser
merged 16 commits into
main
ClickHouse/clickhouse-java:main
from
01/21/26/fix_client_reading_chrono_values
ClickHouse/clickhouse-java:01/21/26/fix_client_reading_chrono_values
Copy head branch name to clipboard
Commits
Commits on Jan 21, 2026
reorganized date/time tests to be in one place. Fixed Date/Date32 to be stored as Integer
chernser
committed
cf6a962
View commit details
Copy full SHA for cf6a962
Browse repository at this point
Commits on Jan 23, 2026
Reworked reading date/time values so they read as Local time data. This reduces number of conversions and makes logic simple
chernser
committed
9dc8649
View commit details
Copy full SHA for 9dc8649
Browse repository at this point
Commits on Jan 28, 2026
Fixed reading time values in client and updated jdbc. Local times and dates are used for simpler reference
chernser
committed
afa4000
View commit details
Copy full SHA for afa4000
Browse repository at this point
fix test by adding allowing time64 type
chernser
committed
b01a181
View commit details
Copy full SHA for b01a181
Browse repository at this point
Commits on Jan 30, 2026
added dedicated test for time values
chernser
committed
d185373
View commit details
Copy full SHA for d185373
Browse repository at this point
Commits on Feb 1, 2026
Merge branch 'main' into 01/21/26/fix_client_reading_chrono_values
chernser
committed
141d9cc
View commit details
Copy full SHA for 141d9cc
Browse repository at this point
added Date and Time tests
chernser
committed
b6303f4
View commit details
Copy full SHA for b6303f4
Browse repository at this point
fixed tests for different versions
chernser
committed
5ce72d4
View commit details
Copy full SHA for 5ce72d4
Browse repository at this point
fixed setting timezone in test
chernser
committed
85f4942
View commit details
Copy full SHA for 85f4942
Browse repository at this point
fixed condition for check that Time overlaps 24 hours span
chernser
committed
b8aacc4
View commit details
Copy full SHA for b8aacc4
Browse repository at this point
removed throwing on time when value is over 24 hours to let getting Time value and actual time from it
chernser
committed
12847f7
View commit details
Copy full SHA for 12847f7
Browse repository at this point
fixed getting Date/Time values from Dynamic and Variant columns
chernser
committed
baf3a55
View commit details
Copy full SHA for baf3a55
Browse repository at this point
Commits on Feb 2, 2026
fixed issues with instant and tests
chernser
committed
9b8614d
View commit details
Copy full SHA for 9b8614d
Browse repository at this point
fixed issues with instant and tests
chernser
committed
b23d218
View commit details
Copy full SHA for b23d218
Browse repository at this point
Commits on Feb 3, 2026
made effective data type calculated on ClickHouseColumn creation
chernser
committed
b42895e
View commit details
Copy full SHA for b42895e
Browse repository at this point
fixed method typo
chernser
committed
909bdf3
View commit details
Copy full SHA for 909bdf3
Browse repository at this point
You can’t perform that action at this time.