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
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 }}
ClickHouse
/
clickhouse-java
Public
Notifications
You must be signed in to change notification settings
Fork
637
Star
1.6k
Code
Issues
152
Pull requests
7
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Jdbc impl get result set in array
- #2668
#2668
Merged
chernser
merged 18 commits into
main
ClickHouse/clickhouse-java:main
from
jdbc_impl_getResultSet_in_Array
ClickHouse/clickhouse-java:jdbc_impl_getResultSet_in_Array
Copy head branch name to clipboard
Dec 10, 2025
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Jdbc impl get result set in array
#2668
chernser
merged 18 commits into
main
ClickHouse/clickhouse-java:main
from
jdbc_impl_getResultSet_in_Array
ClickHouse/clickhouse-java:jdbc_impl_getResultSet_in_Array
Copy head branch name to clipboard
Commits
Commits on Nov 25, 2025
Added array result set
chernser
committed
da0de18
View commit details
Copy full SHA for da0de18
Browse repository at this point
Merge branch 'main' into jdbc_impl_getResultSet_in_Array
chernser
committed
a320a07
View commit details
Copy full SHA for a320a07
Browse repository at this point
Commits on Dec 2, 2025
added creating result set from array
chernser
committed
8408fdd
View commit details
Copy full SHA for 8408fdd
Browse repository at this point
Commits on Dec 4, 2025
Merge branch 'main' into jdbc_impl_getResultSet_in_Array
chernser
committed
8c354f2
View commit details
Copy full SHA for 8c354f2
Browse repository at this point
Commits on Dec 5, 2025
Implemented conversion logic for array of primitives and nested arrays. Tested.
chernser
committed
5b557ff
View commit details
Copy full SHA for 5b557ff
Browse repository at this point
updated tests where exception expected but now implemented
chernser
committed
a814fa3
View commit details
Copy full SHA for a814fa3
Browse repository at this point
added tests for unsupported methods. added tests for methods by labels
chernser
committed
5294643
View commit details
Copy full SHA for 5294643
Browse repository at this point
added more tests
chernser
committed
f472b44
View commit details
Copy full SHA for f472b44
Browse repository at this point
Commits on Dec 6, 2025
done handling index column as normal value. done retreiving date/time values
chernser
committed
34391ed
View commit details
Copy full SHA for 34391ed
Browse repository at this point
Commits on Dec 8, 2025
Merge branch 'main' into jdbc_impl_getResultSet_in_Array
chernser
committed
d631837
View commit details
Copy full SHA for d631837
Browse repository at this point
Commits on Dec 9, 2025
added time/date/timestamp tests
chernser
committed
2d2ca7c
View commit details
Copy full SHA for 2d2ca7c
Browse repository at this point
added test for Array(Nullable(UInt16))
chernser
committed
5ef9c40
View commit details
Copy full SHA for 5ef9c40
Browse repository at this point
fixed columnIndex check
chernser
committed
e722fd9
View commit details
Copy full SHA for e722fd9
Browse repository at this point
moved ValueConverters instance to static init of ArrayResultSet. Added wrapping try-catch for exception while convertions
chernser
committed
4785167
View commit details
Copy full SHA for 4785167
Browse repository at this point
Extended empty array test method
chernser
committed
9ed3fdc
View commit details
Copy full SHA for 9ed3fdc
Browse repository at this point
fixed wasNull method to not reset the flag and added test. Fixed boolean convertion to a number
chernser
committed
23d1f94
View commit details
Copy full SHA for 23d1f94
Browse repository at this point
added lazy init of conversion map to make logic more coherent
chernser
committed
32bbfc8
View commit details
Copy full SHA for 32bbfc8
Browse repository at this point
fixed boundary check for index column
chernser
committed
c6c2f85
View commit details
Copy full SHA for c6c2f85
Browse repository at this point
You can’t perform that action at this time.