-
Notifications
You must be signed in to change notification settings - Fork 13
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
info() to mark waveform w/ FTVL=CHAR as "long string" #17
Comments
Also, a flag info() or server side filter to treat DBF_LONG as DBF_ULONG as existing drivers have been storing unsigned as signed (cf. longinRecord). |
Should also handle DBF_*LINK automatically as long strings. |
Just spotted "waveform of characters" — please don't use the word "waveform" to mean "array"… Good points, but please discuss your proposed solution(s) before completing any implementation. I'm not looking to bike-shed this, but I think we should get agreement between the core dev's about how to handle this extra metadata. |
Now don't disappoint me Andrew! I expect you to bike-shed this ... once. As a starting point, how about:
Where Q:format would have to be one of the defined enumerations of the "display.format" field. Which I realize haven't been recorded in #19. |
5 years later I'm in need of this. I tried
Is there a way to make this work? |
An
I may have missed something though, I've never used an lsi record before... |
Need a way to mark to a waveform of characters as being a "string".
The text was updated successfully, but these errors were encountered: