Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S091 Basic array support #138

Open
wants to merge 1 commit into
base: shardingsphere-rdb
Choose a base branch
from

Conversation

makssent
Copy link

@makssent makssent commented Sep 17, 2024

Fixes #37.

request: CREATE TABLE S091_01 (ARR_INT2 INTEGER[4,5], ARR_INT3 INTEGER[4,5,6], ARR_INT6 INTEGER[4,5,6,7])
err message: You have an error in your SQL syntax: CREATE TABLE S091_01 (ARR_INT2 INTEGER45 ARR_INT3 INTEGER456 ARR_INT6 INTEGER4567) null

New Err message: Types.ARRAY: SQL type for this field is not yet supported.

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.

1 participant