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

Fixes #14 Added comments to several constructors and methods. #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cho-thinkfree-com
Copy link

Add clarifying JavaDoc comments to constructors and setValue method

  • For the Map-based and List-based constructors: Document that indices are 0-based (as used in typical programming contexts).
  • For the String-based constructor and the setValue method: Clarify that the input text uses PostgreSQL SQL literal format with 1-based indexing, and that indices are internally converted to 0-based indexing.

Add clarifying JavaDoc comments to constructors and setValue method

- For the Map-based and List-based constructors: Document that indices are 0-based (as used in typical programming contexts).
- For the String-based constructor and the setValue method: Clarify that the input text uses PostgreSQL SQL literal format with 1-based indexing, and that indices are internally converted to 0-based indexing.
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