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

SIARDDK doesn't extract LOBs from MSSQL VARBINARY(max) columns. #537

Open
spydermurph opened this issue Oct 3, 2022 · 0 comments
Open

Comments

@spydermurph
Copy link

We are trying out SIARDDK against MSSQLServer and the LOBs ar not extracted to files as I had expected from a VARBINARY(max) column.
The returned ResultSet in the getColumn method of JDBCImportModule.java returns the dataType as -3 and the typeName as varbinary.
In SQLServerDatatypeImporter.java the -3 dataType gets the sql99TypeName "BINARY VARYING(2147483647)" but SIARDDK only extracts the LOBs if they are marked as "BINARY LARGE OBJECT" or "CHARACTER LARGE OBJECT".
Is there any reason why VARBINARY(max) has not been set to be extracted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant