-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unrecognized data type for Blob #9
Comments
Hi, support for this field is currently not implemented (because I don't need Cheers Am 18.10.2016 12:11 nachm. schrieb "Barry Anderson" <
|
Do you have any general advice on how one might implement this? I tried just adding If you have any advice, I'd love to get this implemented. |
I briefly looked at this now. I can't give much advice I'm afraid, because I myself don't know how to do it off the top of my head. You'll likely find answers in the documentation of pxlib. Sorry I can't be of more help. If you come up with an implementation, it would be great if you could share it with others by submitting a Pull Request. |
Naturally, I will make a pull request should I make any progress. That doesn't seem likely, though. The pxlib documentation doesn't seem to make any distinction between the handling of FormatBlob fields and regular Blob fields, the latter of which is already handled by pypxlib. So in theory, sending a FormatBlob through the same read logic should work. I'm not convinced that pxlib actually handles these fields correctly, though. The |
Well, I'm stumped. I've grepped through the pxlib and pxview code, and I see no distinction there between how any of the Blob types are handled. There is no special conditional code for FmtMemoBlob fields. I've stepped through pypxlib reading such fields like it does a regular blob, poking around at variables along the way, but I can't make much sense of it. @mherrmann Did you ever try implementing this field and run into some kind of problem, or did you never attempt it since you didn't need it? Just grasping for any straws at this point. |
I've never had to implement it and don't know how one would go about it. I'm sorry. |
I'm getting an exception when reading some tables that contain BLOB/Notes fields.
The following exception is thrown:
<class 'pypxlib.PXError'>, PXError('Unrecognized data type: 14',), <traceback object at 0x7ffa32b18128>
Should the library correctly deal with these blobs?
The text was updated successfully, but these errors were encountered: