Skip to content

Add length support for bit and varbit type#743

Merged
arp242 merged 1 commit intolib:masterfrom
pf-qiu:varbit
Jan 3, 2026
Merged

Add length support for bit and varbit type#743
arp242 merged 1 commit intolib:masterfrom
pf-qiu:varbit

Conversation

@pf-qiu
Copy link
Copy Markdown
Contributor

@pf-qiu pf-qiu commented Apr 19, 2018

ColumnType is the interface to obtain length, precision, scale of
a database column. The lib/pq implementation only support char,
varchar, text, bytea. Bit and varbit support is missing.

Signed-off-by: Huiliang Liu [email protected]

@macroyuyang
Copy link
Copy Markdown

@nickuraltsev Could you please help have a look at this? We are blocking on this, thanks!

ColumnType is the interface to obtain length, precision, scale of
a database column. The lib/pq implementation only support char,
varchar, text, bytea. Bit and varbit support is missing.

Signed-off-by: Huiliang Liu <[email protected]>
@arp242 arp242 merged commit 6696a19 into lib:master Jan 3, 2026
13 checks passed
arp242 pushed a commit that referenced this pull request Jan 3, 2026
ColumnType is the interface to obtain length, precision, scale of
a database column. The lib/pq implementation only support char,
varchar, text, bytea. Bit and varbit support is missing.

Signed-off-by: Huiliang Liu <[email protected]>
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.

3 participants