Skip to content

Add carray bind support to JDBC driver#6051

Draft
mohitkhullar wants to merge 1 commit into
bloomberg:mainfrom
mohitkhullar:jdbc_carray
Draft

Add carray bind support to JDBC driver#6051
mohitkhullar wants to merge 1 commit into
bloomberg:mainfrom
mohitkhullar:jdbc_carray

Conversation

@mohitkhullar

@mohitkhullar mohitkhullar commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

cdb2jsql mohitdb1 dev
mohitdb1> select 1
(1=1)
mohitdb1> @bind_array int32 mohitkhullar 1 2 3 4 5
mohitdb1> select value from carray(@mohitkhullar)
(value=1)
(value=2)
(value=3)
(value=4)
(value=5)

Signed-off-by: mkhullar <mohit.khullar@gmail.com>

@roborivers roborivers left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cbuild submission: Success ✓.
Regression testing: Success ✓.

The first 10 failing tests are:
sc_resume_logicalsc_generated **quarantined**
consumer_non_atomic_default_consumer_generated **quarantined**
sc_downgrade [timeout] **quarantined**
truncatesc_offline_generated [timeout] **quarantined**

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.

2 participants