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
I want to suggest not to use NUL byte as separator in AssetInfo table because Sqlite has issues when using it in strings and search for them: https://sqlite.org/nulinstr.html The separator is set here: https://github.com/deemru/w8io/blob/1.4/include/BlockchainParser.php#L256
The text was updated successfully, but these errors were encountered:
That is not a separator. It is a byte to handle support data:
w8io/include/w8_update_helpers.php
Line 168 in 5a84b4e
chr(2..255)
Line 328 in 5a84b4e
Also kvAssetInfo is one way key > value. There are no needs to search by value in this project.
kvAssetInfo
Sorry, something went wrong.
No branches or pull requests
I want to suggest not to use NUL byte as separator in AssetInfo table because Sqlite has issues when using it in strings and search for them:
https://sqlite.org/nulinstr.html
The separator is set here:
https://github.com/deemru/w8io/blob/1.4/include/BlockchainParser.php#L256
The text was updated successfully, but these errors were encountered: