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

MS SQL Server: Fix function calling #257

Merged
merged 4 commits into from
Mar 22, 2014
Merged

Conversation

javornikolov
Copy link
Contributor

MSSQL function calling was broken and acceptance tests in SqlServerTests.FlowMode.CallingFunctions - failing (attempt to access jdbc parameter index on 0-position).

This PR is fixing the issue.

@benilovj
Copy link
Member

Is it possible to extract a method here that would allow writing a unit test?

@javornikolov
Copy link
Contributor Author

Yes, that can cleaner. I just wanted to get this running to see what else would fail in the acceptance tests.
I remember we did some changes on similar parts in Oracle, perhaps similar can be applied here.

@javornikolov
Copy link
Contributor Author

Is it possible to extract a method here that would allow writing a unit test?

It's now now covered by a test.

@benilovj
Copy link
Member

excellent. merging.

benilovj added a commit that referenced this pull request Mar 22, 2014
@benilovj benilovj merged commit 37ef0df into master Mar 22, 2014
@benilovj benilovj deleted the fix-mssql-function-call branch March 22, 2014 21:41
@benilovj benilovj added the bugfix label May 4, 2014
@benilovj benilovj added this to the 3.0.0 milestone May 4, 2014
@benilovj benilovj changed the title Fix for mssql function call MS SQL Server: Fix function calling May 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants