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

Removed (Number)rs.getObject(BUFFER_LENGTH) from calculation of colum… #744

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

Conversation

lelle1234
Copy link

…n length

@npetzall
Copy link
Member

I checked the tests and saw which are failing. Only one actually or "one set". Which i MSSQL, the int column went from 10 to 4.
I looked into it, when I figured out the 10, I realized I had done the same thing previously back in #489.

So I wonder if the most "correct" way might be to actually store both size and buffer length.
Rename size column to "Allocation" or "Space" and have it populated with the buffer_length.
Add column size and precision to the actual type information so
Type: int[10]
Allocation: 4

Or as in #489 just remove the size column. Since datatype allocation can be checked in manual.

@lelle1234
Copy link
Author

lelle1234 commented Jan 24, 2021 via email

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.

None yet

2 participants