We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sumo
string
The idea is provide only one data type to handling strings – keep only the string data type in the supported data type list.
text
binary
mnesia
The text was updated successfully, but these errors were encountered:
[Fix #251] Simplify strings handling in .
0cea7cf
[Fix #251] Simplify strings handling.
69a9cb6
Merge pull request #252 from inaka/cabol.251.strings
7c203e6
e5d7bc9
No branches or pull requests
The idea is provide only one data type to handling strings – keep only the
string
data type in the supported data type list.text
from thesumo
supported data types, and keepbinary
to handling set/stream of bytes.mnesia
adapter and tests.The text was updated successfully, but these errors were encountered: