Empty string is treated as NULL #35
載入中…
x
新增問題並參考
Block a user
No description provided.
刪除分支「%!s()」
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
AerScript Information
dd239530d8
Your problem description
Empty string or string containing special characters like "\n" is treated by PH7 Engine as NULL instead of zero-length string. Quick example:
Expected results
Current results
The above example also fails. It shows:
instead of:
I suppose, there is a problem with PH7_OP_STORE instruction.