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

Array Rank not breaking #353

Closed
belav opened this issue Jul 12, 2021 · 0 comments · Fixed by #361
Closed

Array Rank not breaking #353

belav opened this issue Jul 12, 2021 · 0 comments · Fixed by #361
Milestone

Comments

@belav
Copy link
Owner

belav commented Jul 12, 2021

        var muchLongerOne_________________ = new byte[
            SqlParameterCollectionExtensions.DefaultValueColumnWidth
                + SqlParameterCollectionExtensions.DefaultValueColumnWidth, someOtherRank
        ];

// should be

        var muchLongerOne_________________ = new byte[
            SqlParameterCollectionExtensions.DefaultValueColumnWidth
                + SqlParameterCollectionExtensions.DefaultValueColumnWidth,
            someOtherRank
        ];
belav added a commit that referenced this issue Jul 19, 2021
@belav belav added this to the 0.9.8 milestone Jul 19, 2021
shocklateboy92 pushed a commit that referenced this issue Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant