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

Refactored Type Handling for Array Parsing #556

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

mk3008
Copy link
Owner

@mk3008 mk3008 commented Oct 30, 2024

  • Updated type information to be managed as a reserved word (string) rather than within the ValueBase class.
  • Implemented handling for type arrays: when a type name is followed by [], it is now correctly parsed as an array type.

- Updated type information to be managed as a reserved word (`string`) rather than within the `ValueBase` class.
- Implemented handling for type arrays: when a type name is followed by `[]`, it is now correctly parsed as an array type.
@mk3008 mk3008 self-assigned this Oct 30, 2024
@mk3008 mk3008 linked an issue Oct 30, 2024 that may be closed by this pull request
@mk3008 mk3008 added the bug Something isn't working label Oct 30, 2024
@mk3008 mk3008 merged commit 5aa07d5 into main Oct 30, 2024
1 check passed
@mk3008 mk3008 deleted the 555-parsing-issue-in-carbunql-with-array-type-casting branch October 30, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing Issue in Carbunql with Array Type Casting
1 participant