You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A certain NoSQL database does not allow "." (and a few other characters) to be in the key name. This cleanup should really be done on output (just prior to inserting into the database) rather than in the core framework.
We would be open to a pull request that removes this and any other unnecessary cleanup. Ideally I think we would only have the following 2 restrictions: serializes to JSON and contains only valid UTF-8
What's the reasoning behind each character in the bad_chars list in cleanKey?
laikaboss/laikaboss/objectmodel.py
Line 47 in dc0dbbf
It translates things like SHELL32.dll into SHELL32_dll
The text was updated successfully, but these errors were encountered: