Skip to content

Fixed callable statement index out of bounds error; Fixed parameter not defined error#1898

Merged
tkyc merged 11 commits intomainfrom
callable-many-param-fix
Aug 22, 2022
Merged

Fixed callable statement index out of bounds error; Fixed parameter not defined error#1898
tkyc merged 11 commits intomainfrom
callable-many-param-fix

Conversation

@tkyc
Copy link
Copy Markdown
Contributor

@tkyc tkyc commented Aug 17, 2022

For #1871

  • Fixes callable statement index out of bounds
  • Fixes callable statement parameter not defined error

@Jeffery-Wasty Jeffery-Wasty added the Under Review Used for pull requests under review label Aug 17, 2022
@lilgreenbird lilgreenbird added this to the 11.3.0 milestone Aug 17, 2022
Comment thread src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCallableStatement.java Outdated
Comment thread src/test/java/com/microsoft/sqlserver/jdbc/TestUtils.java
Comment thread src/test/java/com/microsoft/sqlserver/jdbc/TestUtils.java Outdated
Jeffery-Wasty
Jeffery-Wasty previously approved these changes Aug 18, 2022
@tkyc tkyc merged commit 51dabe3 into main Aug 22, 2022
@tkyc tkyc deleted the callable-many-param-fix branch August 22, 2022 20:19
@Jeffery-Wasty Jeffery-Wasty removed the Under Review Used for pull requests under review label Aug 22, 2022
tkyc added a commit that referenced this pull request Dec 14, 2022
…ot defined error (#1898)

* Fixed callable statement index out of bounds error; Fixed callable statement parameter not defined for sproc error

* Comment correction

* Removed unnecessary concat

* syslogins does not work on azureDB, switched to sql_logins

* Ignored on azureDB and added comment

* PR comment changes

* Reduced to one liner

* Addressed more PR comments

* Corrected error resource name
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.

Wrong parameter count after CallableStatement#setObject(String, Object, int)

3 participants